]> gerrit.simantics Code Review - simantics/district.git/blob - es5-ext/.travis.yml
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / es5-ext / .travis.yml
1 sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2 language: node_js
3 node_js:
4   - 0.12
5   - 4
6   - 5
7   - 6
8
9 before_install:
10   - mkdir node_modules; ln -s ../ node_modules/es5-ext
11
12 notifications:
13   email:
14     - medikoo+es5-ext@medikoo.com
15
16 script: "npm test && npm run lint"