]> git.immae.eu Git - github/shaarli/Shaarli.git/blame_incremental - .travis.yml
CI: run UT against PHP 7.2 (currently in Release Candidate)
[github/shaarli/Shaarli.git] / .travis.yml
... / ...
CommitLineData
1sudo: false
2dist: trusty
3language: php
4cache:
5 directories:
6 - $HOME/.composer/cache
7php:
8 - 7.2
9 - 7.1
10 - 7.0
11 - 5.6
12 - 5.5
13install:
14 - composer self-update
15 - composer install --prefer-dist
16 - locale -a
17before_script:
18 - PATH=${PATH//:\.\/node_modules\/\.bin/}
19script:
20 - make clean
21 - make check_permissions
22 - make all_tests