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


                           
    
       
       

       

                        
                                  
       
              
                          
             
sudo: false
language: php
cache:
  directories:
    - $HOME/.composer/cache
php:
  - 7.1
  - 7.0
  - 5.6
  - 5.5
install:
  - composer self-update
  - composer install --prefer-dist
script:
  - make clean
  - make check_permissions
  - make test