b98b5a8b4c132603944e8b2066dfabaa547d1749
[platform/framework/web/crosswalk-tizen.git] /
1 language: node_js
2 node_js:
3   - 0.8
4   - 0.10
5   - 0.11
6
7 before_install:
8   - mkdir node_modules; ln -s ../ node_modules/es5-ext
9
10 notifications:
11   email:
12     - medikoo+es5-ext@medikoo.com
13
14 script: "npm test && npm run lint"