]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Bump version to v0.7.1
[github/shaarli/Shaarli.git] / .travis.yml
index 80db65060510272f9c51e83c64773b20538a6842..7408b2e2dfd918abc4b085d22d1006c647ce1504 100644 (file)
@@ -1,6 +1,7 @@
 sudo: false
 language: php
 php:
+  - 7.0
   - 5.6
   - 5.5
   - 5.4
@@ -10,4 +11,5 @@ install:
   - composer install
 script:
   - make clean
+  - make check_permissions
   - make test