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 e0b4c64 commit 26cc25aCopy full SHA for 26cc25a
.travis.yml
@@ -1,4 +1,6 @@
1
language: php
2
php:
3
- 7.1.9
4
-script : ./vendor/bin/phpunit ./test/UserTest.php
+script :
5
+ - ./vendor/bin/phpunit ./test/UserTest.php
6
+ - php index.php
0 commit comments