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
190 B
YAML

image: php:7.0
before_script:
- apt-get update
- apt-get install wget
- wget https://phar.phpunit.de/phpunit.phar
stages:
- test
test:
script:
- php phpunit.phar tests/