summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: edd105511a732370f3de45d9d343db7c9f978f2c (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