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

php:
  - 7.0
  - 5.6
  - 5.5
  - 5.4
  - 5.3

matrix:
  fast_finish: true
  allow_failures:
    - php: 7.0

before_script:
  - phpenv config-add tests/php.ini
  - composer install

script:
  - phpunit -c tests/units.sqlite.xml