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