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


      1 language: php
      2 
      3 before_script:
      4   - composer self-update
      5   - composer install --no-interaction --prefer-source --dev
      6 
      7 php:
      8   - 5.3.3
      9   - 5.3
     10   - 5.4
     11   - 5.5
     12   - 5.6
     13   - hhvm
     14 
     15 notifications:
     16   email: false