We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6207e commit b8f413eCopy full SHA for b8f413e
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
php:
3
+ - 5.6
4
- 7.0
5
before_script:
6
- composer self-update
7
- composer install --prefer-source --no-interaction --dev
8
- ./vendor/bin/phplint
-script: ./vendor/bin/phpunit -v
9
+script: ./vendor/bin/phpunit
0 commit comments