From 9e149228bdffc9d916b9b24ce972667d918e388a Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 23 Oct 2015 16:27:55 -0400 Subject: [PATCH] Track code size on PRs --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be23833..e33129b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - "0.10" sudo: false # Use container-based architecture -script: "gulp travis" +script: > + gulp travis && + curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py && + python weigh_in.py dist/dygraph-combined.js -- 2.7.4