]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Update CHANGELOG, README badges and installation instructions
[github/shaarli/Shaarli.git] / .travis.yml
index 6ff1b20f564e130e345821eaefe75a0fb829d55f..322e4337fbbb2f8a2ba35de3ccba63e93ab09749 100644 (file)
@@ -1,4 +1,5 @@
 sudo: false
+dist: trusty
 language: php
 cache:
   directories:
@@ -8,12 +9,13 @@ php:
   - 7.0
   - 5.6
   - 5.5
-  - 5.4
-  - 5.3
 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