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


      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 script:
     12   - phpunit --bootstrap src/Timer.php tests
     13 
     14 notifications:
     15   email: false
     16   webhooks:
     17     urls:
     18       - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960
     19     on_success: always
     20     on_failure: always
     21     on_start: false
     22