Skip to content

Commit

Permalink
Add build step to CI
Browse files Browse the repository at this point in the history
Fixes #481. Adds the build step to Travis CI.  Since we are using
webpack v2, the build will exit with a non zero error code, if any build
failures occur.
  • Loading branch information
BE-Webdesign committed Apr 24, 2017
1 parent a28dfff commit 22d38ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "node"
before_script:
- "npm run build"

0 comments on commit 22d38ea

Please sign in to comment.