Skip to content

Commit

Permalink
Merge pull request #673 from danvk/track-code-size
Browse files Browse the repository at this point in the history
Track code size on PRs
  • Loading branch information
danvk committed Oct 23, 2015
2 parents 68c27ff + 9e14922 commit a4c3ece
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4c3ece

Please sign in to comment.