]> 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 7240138116dd408457bc4f18867a272c80b38915..ca64ff59bd7477b5e537b85828b2dfd5470b1e9f 100644 (file)
@@ -5,6 +5,7 @@ cache:
   directories:
     - $HOME/.composer/cache
 php:
+  - 7.2
   - 7.1
   - 7.0
   - 5.6
@@ -12,8 +13,10 @@ php:
 install:
   - composer self-update
   - composer install --prefer-dist
-script:
   - locale -a
+before_script:
+  - PATH=${PATH//:\.\/node_modules\/\.bin/}
+script:
   - make clean
   - make check_permissions
   - make all_tests