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