aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: e59c8f6a4b84ae50586b3eadc717fe96d0549ab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo: false
language: php
cache:
  directories:
    - $HOME/.composer/cache
php:
  - 7.1
  - 7.0
  - 5.6
  - 5.5
  - 5.4
  # - 5.3 # Not supported by Travis CI
install:
  - composer self-update
  - composer install --prefer-dist
script:
  - make clean
  - make check_permissions
  - make test