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

php:
  - 7.1
  - 7.2
  - 7.3
  - 7.4

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