aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: d1c7017291d5a1f1ee5a18196acf46c0106160aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: php
php:
  - 5.6
  - 5.5
  - 5.4
  - 5.3
install:
  - composer self-update
  - composer install
script:
  - make test