aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/vobject/.travis.yml
blob: 531ad5be4d66dc19957a9500c9ccd0c2654c6822 (plain) (tree)
1
2
3
4
5
6
7
8
9

             
       
       

       
       

           
 
       
                                                   
                                               
 
              
                    
 


                           
language: php
php:
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2

sudo: false

script:
  - ./bin/phpunit --configuration tests/phpunit.xml
  - ./bin/sabre-cs-fixer fix . --dry-run --diff

before_script:
  - composer install

cache:
  directories:
    - $HOME/.composer/cache