Skip to content

Commit

Permalink
Ignore engines when installing on travis CI (which runs node 10)
Browse files Browse the repository at this point in the history
Fixes issue with webpack 2.7.0 -> upath 1.0.5 dependency, which incorrectly
specifies compatibility with node <= 9

Issue described here: anodynos/upath#15
  • Loading branch information
grrowl committed May 10, 2018
1 parent 936e49f commit 5414ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "node"
install: "yarn install --ignore-engines"
before_script: "npm install -g codeclimate-test-reporter"
script:
- yarn run lint
Expand Down

0 comments on commit 5414ea6

Please sign in to comment.