projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
68c27ff
)
Track code size on PRs
track-code-size
author
Dan Vanderkam
<danvdk@gmail.com>
Fri, 23 Oct 2015 20:27:55 +0000
(16:27 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Fri, 23 Oct 2015 20:45:45 +0000
(16:45 -0400)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
be23833
..
e33129b
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,4
+3,7
@@
node_js:
- "0.10"
sudo: false # Use container-based architecture
- "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