X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=f318f3796f76b98eb3dfc64b3e6ee1f4155994bd;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=6eee1d0ee97944610f23527d3542c07c7b51d1ab;hpb=46fd90891e949491786930cd562992417efe9614;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 6eee1d0..f318f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,10 @@ language: node_js node_js: - "0.10" -script: "make travis" +sudo: false # Use container-based architecture +script: > + ./make-prod-combined.sh && + ./make-tests.sh && + ./run-tests.sh && + curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && + python weigh_in.py dist/dygraph-combined.js