aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 551e6ed9ce66543ec542eb65b883961d9b8c704b (plain) (tree)
1
2
3
4
5
6
7
8
9
10


             
       
       
       
       


                                             
                             
language: php

php:
  - 5.6
  - 7.1
  - 7.2
  - 7.3

before_script:
  - wget http://getcomposer.org/composer.phar
  - php composer.phar install