We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1c855 commit 55ae3e0Copy full SHA for 55ae3e0
.travis.yml
@@ -4,8 +4,6 @@ php:
4
- 7
5
before_install:
6
- composer self-update
7
-install:
8
- - composer install --dev
9
- - phpunit --self-upgrade
10
-script: phpunit
+install: composer install --dev
+script: vendor/bin/phpunit
11
after_script: php ./vendor/bin/coveralls -v
0 commit comments