Skip to content

Commit 01304b7

Browse files
authored
Merge pull request #123 from watson-developer-cloud/run-build-on-travis
build: run webpack on travis to catch any build failures during ci
2 parents a7ffe69 + 0fed741 commit 01304b7

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)