Skip to content

Commit 8e51e26

Browse files
committed
(fix) add bundlesize to travis fixes #46
1 parent 35166d9 commit 8e51e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "4"
5-
- "5"
4+
- "node"
65
cache:
76
directories:
87
- node_modules
@@ -16,5 +15,6 @@ before_install:
1615
- sh -e /etc/init.d/xvfb start
1716
script:
1817
- npm test
18+
- npm run bundlesize
1919
after_success:
2020
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js

0 commit comments

Comments
 (0)