]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
CI: run UT against PHP 7.2 (currently in Release Candidate)
[github/shaarli/Shaarli.git] / .travis.yml
index b6b9bddf60d0595dae6069fd33cf8ad166c5cee5..ca64ff59bd7477b5e537b85828b2dfd5470b1e9f 100644 (file)
@@ -5,6 +5,7 @@ cache:
   directories:
     - $HOME/.composer/cache
 php:
+  - 7.2
   - 7.1
   - 7.0
   - 5.6
@@ -13,6 +14,8 @@ install:
   - composer self-update
   - composer install --prefer-dist
   - locale -a
+before_script:
+  - PATH=${PATH//:\.\/node_modules\/\.bin/}
 script:
   - make clean
   - make check_permissions