Skip to content

Commit

Permalink
(fix) add bundlesize to travis fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
potench committed Sep 17, 2017
1 parent 35166d9 commit 8e51e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
sudo: false
node_js:
- "4"
- "5"
- "node"
cache:
directories:
- node_modules
Expand All @@ -16,5 +15,6 @@ before_install:
- sh -e /etc/init.d/xvfb start
script:
- npm test
- npm run bundlesize
after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js

0 comments on commit 8e51e26

Please sign in to comment.