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