X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=130ac697ae151e206a60bb5e38123b6847940b2b;hb=6611837c5490f2f4b6d61967aa1ad658ed5f11d4;hp=f318f3796f76b98eb3dfc64b3e6ee1f4155994bd;hpb=2a1f00d810b5c4f04b72bc6a393380b858f70909;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index f318f37..130ac69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: node_js node_js: - - "0.10" + - "6" sudo: false # Use container-based architecture script: > - ./make-prod-combined.sh && - ./make-tests.sh && - ./run-tests.sh && - curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && - python weigh_in.py dist/dygraph-combined.js + npm run build && + npm run build-tests && + npm run test && + npm run coverage && + ./scripts/post-coverage.sh && + ./scripts/weigh-in.sh