X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=cbda81cd9762cc98add314514a33d78ad68edae3;hb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;hp=be238332dcc274a40eb6eb6ac97609578a641da0;hpb=b642c6ca0cf56d953a09f04515fbae326907278e;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index be23833..cbda81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,11 @@ node_js: - "0.10" 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 && + curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && + python weigh_in.py dist/dygraph-combined.js