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 e0b72bc commit 299392eCopy full SHA for 299392e
.travis.yml
@@ -1,4 +1,6 @@
1
language: php
2
php:
3
- 7.1.9
4
-script : /home/travis/vendor/bin/phpunit /home/travis/test/UserTest.php
+before_script:
5
+ - php composer.phar install
6
+script : ./vendor/bin/phpunit ./test/UserTest.php
0 commit comments