X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=a16a7b0831bdc4d7557d14c9e5badaab2849f761;hb=bedc5cd39283fe07b9e4125c4e397b14571fed15;hp=8425aa8a7b152ea5bd83975a30e77be5ce0f57ea;hpb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index 8425aa8..a16a7b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,11 @@ language: node_js node_js: - "0.10" -script: "gulp 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