aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: a697e74b51bbfe328c2299a98996b13cf14d5bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: php

# use docker-container infra
sudo: false

php:
  - 5.4
  - 5.5
  - 5.6

branches:
  only:
    - v2

before_script:
  - composer self-update

script:
  - ant prepare
  - phpunit --coverage-text