X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=130ac697ae151e206a60bb5e38123b6847940b2b;hb=HEAD;hp=e33129b622660c9cd8beccea3c94842daf1c35ae;hpb=9e149228bdffc9d916b9b24ce972667d918e388a;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index e33129b..130ac69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: node_js node_js: - - "0.10" + - "6" sudo: false # Use container-based architecture script: > - gulp travis && - 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