Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / vendor / consolidation / log / .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   include:
11     - php: 7.2
12       env: 'SCENARIO=symfony4 HIGHEST_LOWEST="update"'
13     - php: 7.1
14       env: 'SCENARIO=symfony4'
15     - php: 7.0.11
16       env: 'HIGHEST_LOWEST="update"'
17     - php: 7.0.11
18     - php: 5.6
19     - php: 5.5
20       env: 'SCENARIO=symfony2 HIGHEST_LOWEST="update --prefer-lowest'
21
22 sudo: false
23
24 cache:
25   directories:
26     - vendor
27     - $HOME/.composer/cache
28
29 install:
30   - 'composer scenario "${SCENARIO}" "${HIGHEST_LOWEST-install}"'
31
32 script:
33   - composer test
34
35 after_success:
36   - travis_retry php vendor/bin/coveralls -v