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


      1 language: php
      2 
      3 php:
      4   - 5.3.3
      5   - 5.3
      6   - 5.4
      7   - 5.5
      8   - 5.6
      9   - hhvm
     10 
     11 sudo: false
     12 
     13 before_script:
     14   - composer self-update
     15   - composer install --no-interaction --prefer-source --dev
     16 
     17 script: ./vendor/bin/phpunit
     18 
     19 notifications:
     20   email: false
     21   irc: "irc.freenode.org#phpunit"