summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 66f9c28855be3dd42ed1d8e620be0979f726ac3e (plain)
1
2
3
4
5
6
7
8
9
10
language: php

php:
  - "5.6"
  - "5.5"
  - "5.4"
  - "5.3"

before_script: wget https://phar.phpunit.de/phpunit.phar
script: php phpunit.phar -c tests/units.sqlite.xml