Travis improvements

This commit is contained in:
Graham Campbell
2014-08-21 13:02:49 +01:00
parent 84de81c009
commit a66d783afd
+3 -3
View File
@@ -7,7 +7,7 @@ php:
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm
@@ -20,9 +20,9 @@ before_script:
- sudo apt-get -qq update > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install --dev --prefer-source
- composer install --no-interaction --prefer-source --dev
- vendor/bin/phpunit
- composer update --dev --prefer-source
- composer update --no-interaction --prefer-source --dev
notifications:
irc: "irc.freenode.org#phpdocumentor"