Skip to content

Commit 0fed741

Browse files
committed
build: run webpack on travis to catch any build failures during ci
1 parent a7ffe69 commit 0fed741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
88
script:
9+
- npm run build
910
- npm test
1011
- sed -i "s/\/master\//\/$TRAVIS_BRANCH\//g" README.md
1112
- npm run doc

0 commit comments

Comments
 (0)