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