Enable travis builds on php5.5

This commit is contained in:
Tom Corrigan
2013-08-07 13:08:11 +10:00
parent a9b6edf3ce
commit 3023fb2220
+5 -4
View File
@@ -3,17 +3,18 @@ php:
- 5.3.3 - 5.3.3
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
script: script:
- vendor/phpunit/phpunit/composer/bin/phpunit - vendor/bin/phpunit
before_script: 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 - composer install --dev --prefer-source
- vendor/phpunit/phpunit/composer/bin/phpunit - vendor/bin/phpunit
- composer update --dev - composer update --dev --prefer-source
notifications: notifications:
irc: "irc.freenode.org#phpdocumentor" irc: "irc.freenode.org#phpdocumentor"