aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 758aa9f40f7c738bfe1a6f24d1e24fc7f01b0316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: false
dist: trusty
language: php
cache:
  directories:
    - $HOME/.composer/cache
php:
  - 7.2
  - 7.1
  - 7.0
  - 5.6
install:
  - composer self-update
  - composer install --prefer-dist
  - locale -a
before_script:
  - PATH=${PATH//:\.\/node_modules\/\.bin/}
script:
  - make clean
  - make check_permissions
  - make all_tests