aboutsummaryrefslogblamecommitdiffhomepage
path: root/.travis.yml
blob: d10311c9f0761edf35a87ab074119538726935a8 (plain) (tree)
1
2
3
4
5
6
7
           




             
       




                        
sudo: false
language: php
php:
  - 5.6
  - 5.5
  - 5.4
  - 5.3
install:
  - composer self-update
  - composer install
script:
  - make test