xref: /plugin/farmer/vendor/splitbrain/php-ico/.travis.yml (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1*c609f1dcSAndreas Gohrdist: trusty
2*c609f1dcSAndreas Gohrlanguage: php
3*c609f1dcSAndreas Gohrphp:
4*c609f1dcSAndreas Gohr  - 5.4
5*c609f1dcSAndreas Gohr  - 5.5
6*c609f1dcSAndreas Gohr  - 5.6
7*c609f1dcSAndreas Gohr  - 7.0
8*c609f1dcSAndreas Gohr  - 7.1
9*c609f1dcSAndreas Gohrcache:
10*c609f1dcSAndreas Gohr  directories:
11*c609f1dcSAndreas Gohr    - ./vendor/
12*c609f1dcSAndreas Gohrbefore_script:
13*c609f1dcSAndreas Gohr  - travis_retry composer install --no-interaction --no-suggest --prefer-source
14*c609f1dcSAndreas Gohrscript:
15*c609f1dcSAndreas Gohr  - composer run tests
16*c609f1dcSAndreas Gohrmatrix:
17*c609f1dcSAndreas Gohr  fast_finish: true
18