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 84de81c commit a66d783Copy full SHA for a66d783
.travis.yml
@@ -7,7 +7,7 @@ php:
7
- 5.6
8
- hhvm
9
- hhvm-nightly
10
-
+
11
matrix:
12
allow_failures:
13
- php: hhvm
@@ -20,9 +20,9 @@ before_script:
20
- sudo apt-get -qq update > /dev/null
21
- phpenv rehash > /dev/null
22
- composer selfupdate --quiet
23
- - composer install --dev --prefer-source
+ - composer install --no-interaction --prefer-source --dev
24
- vendor/bin/phpunit
25
- - composer update --dev --prefer-source
+ - composer update --no-interaction --prefer-source --dev
26
27
notifications:
28
irc: "irc.freenode.org#phpdocumentor"
0 commit comments