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