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