0416daaecc8f36a7cd41949f349be23f448c45fa
[yaffs-website] / vendor / grasmash / yaml-expander / .travis.yml
1 language: php
2
3 branches:
4   # Only test the master branch and SemVer tags.
5   only:
6     - master
7     - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
8
9 matrix:
10   fast_finish: true
11   include:
12     - php: 7.2
13       env: 'SCENARIO=symfony4 HIGHEST_LOWEST="update"'
14     - php: 7.1
15       env: 'SCENARIO=symfony4'
16     - php: 7.0.11
17       env: 'HIGHEST_LOWEST="update"'
18     - php: 7.0.11
19     - php: 5.6
20     - php: 5.5
21     - php: 5.4
22       env: 'SCENARIO=symfony2 HIGHEST_LOWEST="update --prefer-lowest'
23
24 sudo: false
25
26 cache:
27   apt: true
28   directories:
29   - "$HOME/.composer/cache"
30   - "vendor"
31
32 install:
33   - 'composer scenario "${SCENARIO}" "${HIGHEST_LOWEST-install}"'
34
35 script:
36   - composer test
37
38 after_success:
39   - travis_retry php vendor/bin/coveralls -v