PR Comment: Adding check for undefined and changing back file modes
[dygraphs.git] / .travis.yml
1 language: node_js
2 node_js:
3   - "0.10"
4
5 sudo: false  # Use container-based architecture
6 script: >
7     npm run build &&
8     npm run build-tests &&
9     npm run test &&
10     npm run coverage &&
11     ./scripts/post-coverage.sh &&
12     ./scripts/weigh-in.sh