summaryrefslogtreecommitdiff
blob: 931191dd9df9cc8dfc9721b17b6007b2890f591b (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
29
30
31
32
language: php

sudo: false

dist: trusty

git:
  depth: 5

php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - hhvm
  - nightly

matrix:
  include:
    - dist: precise
      php: 5.3
  fast_finish: true
  allow_failures:
    - php: nightly

before_script:
  - composer self-update
  - composer install

script:
  - composer test