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

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

before_script: wget https://phar.phpunit.de/phpunit.phar
script: php phpunit.phar