aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-07 19:17:33 +0200
committerArthurHoaro <arthur@hoa.ro>2017-05-07 19:17:33 +0200
commit01e942d44c7194607649817216aeb5d65c6acad6 (patch)
tree15777aa1005251f119e6dd680291147117766b5b /.travis.yml
parentbc22c9a0acb095970e9494cbe8954f0612e05dc0 (diff)
parent8868f3ca461011a8fb6dd9f90b60ed697ab52fc5 (diff)
downloadShaarli-01e942d44c7194607649817216aeb5d65c6acad6.tar.gz
Shaarli-01e942d44c7194607649817216aeb5d65c6acad6.tar.zst
Shaarli-01e942d44c7194607649817216aeb5d65c6acad6.zip
Merge tag 'v0.8.4' into stable
Release v0.8.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7408b2e2..6ff1b20f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
1sudo: false 1sudo: false
2language: php 2language: php
3cache:
4 directories:
5 - $HOME/.composer/cache
3php: 6php:
7 - 7.1
4 - 7.0 8 - 7.0
5 - 5.6 9 - 5.6
6 - 5.5 10 - 5.5
@@ -8,7 +12,7 @@ php:
8 - 5.3 12 - 5.3
9install: 13install:
10 - composer self-update 14 - composer self-update
11 - composer install 15 - composer install --prefer-dist
12script: 16script:
13 - make clean 17 - make clean
14 - make check_permissions 18 - make check_permissions