X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=130ac697ae151e206a60bb5e38123b6847940b2b;hb=ac422b3aa23612c220b14e938fbae79d01b40b86;hp=a2ac109af745b98248f1e1fb0d5c9362224ae579;hpb=514a10f302043e48459a79806775b6925dc9a7b5;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index a2ac109..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: > npm run build && npm run build-tests && npm run test && - curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && - python weigh_in.py dist/dygraph-combined.js + npm run coverage && + ./scripts/post-coverage.sh && + ./scripts/weigh-in.sh