X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=e33129b622660c9cd8beccea3c94842daf1c35ae;hb=7fea22bef3dd932a4d3d706d102565ee28b26f91;hp=be238332dcc274a40eb6eb6ac97609578a641da0;hpb=b642c6ca0cf56d953a09f04515fbae326907278e;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index be23833..e33129b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - "0.10" sudo: false # Use container-based architecture -script: "gulp travis" +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