Prepend license to dygraph.min.js
[dygraphs.git] / .travis.yml
... / ...
CommitLineData
1language: node_js
2node_js:
3 - "0.10"
4
5sudo: false # Use container-based architecture
6script: >
7 npm run build &&
8 npm run build-tests &&
9 npm run test &&
10 npm run coverage &&
11 ./scripts/post-coverage.sh &&
12 curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py &&
13 python weigh_in.py dist/dygraph-combined.js