]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
add some missing phpdoc parameters
[github/wallabag/wallabag.git] / .travis.yml
index 0e72d207230207a7048f2adbf05d732b5d439a22..dd8815c13cd2808f579e3149db9532c66cb67119 100644 (file)
@@ -23,6 +23,7 @@ php:
     - 5.5
     - 5.6
     - 7.0
+    - nightly
     - hhvm
 
 node_js:
@@ -67,6 +68,6 @@ before_install:
 script:
     - travis_wait bash install.sh
     - ant prepare-$DB
-    - bin/phpunit -v
+    - phpunit -v
     - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
     - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;