X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=cbda81cd9762cc98add314514a33d78ad68edae3;hb=c4c10db644336a08b581e2efdb3ad75b950c905c;hp=6eee1d0ee97944610f23527d3542c07c7b51d1ab;hpb=0b5828435e5514ddd94dfbf7ae0cadf7fe09b128;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 6eee1d0..cbda81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,12 @@ language: node_js node_js: - "0.10" -script: "make travis" +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