X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.travis.yml;h=198ce97c2b8686d67adb683d288dfd4a5dafd2fe;hb=cf61aeb77cda5e2638b1f00588dcd90394afd24c;hp=be238332dcc274a40eb6eb6ac97609578a641da0;hpb=72d29646dc7a37e92efc2f749ea8e59c6e5f24d5;p=dygraphs.git diff --git a/.travis.yml b/.travis.yml index be23833..198ce97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,10 @@ node_js: - "0.10" sudo: false # Use container-based architecture -script: "gulp travis" +script: > + npm run build && + npm run build-tests && + npm run test && + npm run coverage && + ./scripts/post-coverage.sh && + ./scripts/weigh-in.sh