X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=a16a7b0831bdc4d7557d14c9e5badaab2849f761;hb=bedc5cd39283fe07b9e4125c4e397b14571fed15;hp=c20a9139ec30880b6f9138e1a37591dd762b24db;hpb=0755e27d80c9d4c7dffbeaded74b545d71c11466;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index c20a913..a16a7b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ 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 && + curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && + python weigh_in.py dist/dygraph-combined.js