X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=f318f3796f76b98eb3dfc64b3e6ee1f4155994bd;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=6e5919de39a312330fd1abf64237c4b6ad10c56b;hpb=4c3816a5367363b87e110f16bf0bc594390023cb;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 6e5919d..f318f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,11 @@ language: node_js node_js: - "0.10" + +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