aboutsummaryrefslogblamecommitdiffhomepage
path: root/.travis.yml
blob: b6b9bddf60d0595dae6069fd33cf8ad166c5cee5 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
            
             


                           
    
       
       

       

                        
                                  
             
       
              
                          
                  
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