Skip to content

Commit

Permalink
Fix Travis build issues (#21)
Browse files Browse the repository at this point in the history
* fix(travisBuild): Updating webpack to latest as it should work fine with Node LTS and the version we were using was not

* fix(travisBuild): Updating webpack-cli and webpack-dev-server to latest

* This reverts commit 9a398c0.

* Revert "fix(travisBuild): Updating webpack to latest as it should work fine with Node LTS and the version we were using was not"

This reverts commit 0cb8cdc.

* fix(travisBuild): Locking the nodejs version on 9 as LTS is now v10 and v10 is not working correctly with webpack
  • Loading branch information
galelis authored and swederik committed Jan 23, 2019
1 parent d23dd3f commit c893420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "lts/*"
- "9"

addons:
chrome: stable
Expand Down

0 comments on commit c893420

Please sign in to comment.