gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

.travis.yml (312B)


      1 language: php
      2 
      3 php: [5.3, 5.4, 5.5, 5.6, 7, hhvm]
      4 
      5 sudo: false
      6 
      7 cache:
      8   directories:
      9     - $HOME/.composer/cache
     10 
     11 branches:
     12   except:
     13     - /^bugfix\/.*$/
     14     - /^feature\/.*$/
     15     - /^optimization\/.*$/
     16 
     17 before_script: travis_retry composer install --no-interaction
     18 
     19 script: vendor/bin/phpspec run -fpretty -v