X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=a16a7b0831bdc4d7557d14c9e5badaab2849f761;hb=bedc5cd39283fe07b9e4125c4e397b14571fed15;hp=e33129b622660c9cd8beccea3c94842daf1c35ae;hpb=a4c3ece0a11e4e5c4f1f51a8bc8b7878d34ee052;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index e33129b..a16a7b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: sudo: false # Use container-based architecture script: > - gulp travis && + 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