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