This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/.gitlab-ci.yml

14 lines
193 B
YAML
Raw Normal View History

2016-06-04 10:00:38 +02:00
image: php:7.0
before_script:
2016-06-04 10:10:50 +02:00
- apt-get update
2016-06-04 10:13:01 +02:00
- apt-get install -y wget
2016-06-04 10:06:15 +02:00
- wget https://phar.phpunit.de/phpunit.phar
2016-06-04 10:00:38 +02:00
stages:
- test
test:
script:
2016-06-04 10:06:15 +02:00
- php phpunit.phar tests/