We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e034aa commit 7820751Copy full SHA for 7820751
1 file changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
php:
3
- - '7.2'
4
- - '7.3'
+ - '7.0'
+ - '7.1'
5
before_script: composer install
6
-script: phpunit
+script: vendor/bin/phpunit
0 commit comments