freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

.travis.yml (194B)


      1 sudo: false
      2 language: node_js
      3 cache:
      4   directories:
      5     - node_modules
      6 notifications:
      7   email: false
      8 node_js:
      9   - '6'
     10 script:
     11   - npm run test
     12 branches:
     13   except:
     14     - "/^v\\d+\\.\\d+\\.\\d+$/"