Run tests on Travis-CI.
[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     ./make-prod-combined.sh &&
8     ./make-tests.sh &&
9     ./run-tests.sh &&
10     curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py &&
11     python weigh_in.py dist/dygraph-combined.js