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


      1 language: php
      2 
      3 install:
      4   - travis_retry composer install --no-interaction --prefer-source
      5 
      6 php:
      7   - 5.3.3
      8   - 5.3
      9   - 5.4
     10   - 5.5
     11   - 5.6
     12   - hhvm
     13 
     14 notifications:
     15   email: false
     16   irc: "irc.freenode.org#phpunit"