X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=130ac697ae151e206a60bb5e38123b6847940b2b;hb=da2a028fc41e5573868358b3d9eda9826211d217;hp=cbda81cd9762cc98add314514a33d78ad68edae3;hpb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index cbda81c..130ac69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "0.10" + - "6" sudo: false # Use container-based architecture script: > @@ -9,5 +9,4 @@ script: > npm run test && npm run coverage && ./scripts/post-coverage.sh && - curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && - python weigh_in.py dist/dygraph-combined.js + ./scripts/weigh-in.sh