Travis improvements

This commit is contained in:
Graham Campbell
2014-08-21 13:02:49 +01:00
parent 0233433e59
commit cb7c16fb61
+2 -2
View File
@@ -20,9 +20,9 @@ before_script:
- sudo apt-get -qq update > /dev/null - sudo apt-get -qq update > /dev/null
- phpenv rehash > /dev/null - phpenv rehash > /dev/null
- composer selfupdate --quiet - composer selfupdate --quiet
- composer install --dev --prefer-source - composer install --no-interaction --prefer-source --dev
- vendor/bin/phpunit - vendor/bin/phpunit
- composer update --dev --prefer-source - composer update --no-interaction --prefer-source --dev
notifications: notifications:
irc: "irc.freenode.org#phpdocumentor" irc: "irc.freenode.org#phpdocumentor"