aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3a63f2f833faef9f9eacb80d538c59405be3ef08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: php

php:
  - 7.1
  - 7.2
  - 7.3

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