summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e0b0b5127527081dc13d1802f62adc0ba6e8f24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: php
php:
  - '5.4'
  - '5.5'
  - '5.6'
  - '7.0'
  - '7.1'
  - nightly

cache:
  directories:
    - vendor

matrix:
  fast_finish: true
  allow_failures:
  - php: nightly

branches:
  only:
  - master
  - /^v\d/

before_script:
- ./test/setup_vendor.sh

script:
  - php vendor/phpunit.phar