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 (334B)


      1 language: php
      2 
      3 php:
      4     - 5.3.3
      5     - 5.3
      6     - 5.4
      7     - 5.5
      8     - 5.6
      9 
     10 before_script:
     11     - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source
     12 
     13 script: vendor/bin/phpunit --configuration ./build/travis-ci.xml
     14 
     15 notifications:
     16   email: false
     17   irc:
     18     channels:
     19       - "irc.freenode.org#phpunit"
     20     use_notice: true