]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Added name on client
[github/wallabag/wallabag.git] / .travis.yml
index 17c3abafc6fc325458438c4434c010dcc0e1a705..69b4f91984928960a3cae24ed311ddd6351880c1 100644 (file)
@@ -23,6 +23,7 @@ php:
     - 5.5
     - 5.6
     - 7.0
+    - nightly
     - hhvm
 
 node_js:
@@ -54,6 +55,7 @@ branches:
 before_script:
     - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
     - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
+    - if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then composer require "phpunit/phpunit:4.*" --no-update; fi;
     - composer self-update --no-progress
     - if [[ "$DB" = "pgsql" ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;