]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Release wallabag 2.0.6
[github/wallabag/wallabag.git] / .travis.yml
index 7fe15c5f7b64a3f1b269cefdf8996a5561b05be2..2dd98bc0c8bcc6a363fa88ac1e3be841ebda5300 100644 (file)
@@ -20,6 +20,7 @@ php:
     - 5.5
     - 5.6
     - 7.0
+    - nightly
     - hhvm
 
 env:
@@ -53,7 +54,7 @@ before_install:
     - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
 
 script:
-    - travis_wait composer install --no-interaction --no-progress --prefer-dist -o
+    - travis_wait composer update --no-interaction --no-progress
     - ant prepare-$DB
     - phpunit -v
     - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;