]> 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 03071a4734535485b8f9cc0f0106a3f8668de34c..ca64ff59bd7477b5e537b85828b2dfd5470b1e9f 100644 (file)
@@ -1,9 +1,11 @@
 sudo: false
+dist: trusty
 language: php
 cache:
   directories:
     - $HOME/.composer/cache
 php:
+  - 7.2
   - 7.1
   - 7.0
   - 5.6
@@ -11,7 +13,10 @@ php:
 install:
   - composer self-update
   - composer install --prefer-dist
+  - locale -a
+before_script:
+  - PATH=${PATH//:\.\/node_modules\/\.bin/}
 script:
   - make clean
   - make check_permissions
-  - make test
+  - make all_tests