X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=cbda81cd9762cc98add314514a33d78ad68edae3;hb=178b1e0a5023bd55b8636242623e7eb82ac12d5d;hp=6e5919de39a312330fd1abf64237c4b6ad10c56b;hpb=a0d2e89b1cc62ad1e6a3bf0211e303030c52663e;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 6e5919d..cbda81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,13 @@ language: node_js node_js: - "0.10" + +sudo: false # Use container-based architecture +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