X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=130ac697ae151e206a60bb5e38123b6847940b2b;hb=6611837c5490f2f4b6d61967aa1ad658ed5f11d4;hp=8425aa8a7b152ea5bd83975a30e77be5ce0f57ea;hpb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 8425aa8..130ac69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,12 @@ language: node_js node_js: - - "0.10" + - "6" -script: "gulp travis" +sudo: false # Use container-based architecture +script: > + npm run build && + npm run build-tests && + npm run test && + npm run coverage && + ./scripts/post-coverage.sh && + ./scripts/weigh-in.sh