Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Ignore engines when installing on travis CI (which runs node 10) (#668)
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 authored and istarkov committed May 10, 2018
1 parent 3330337 commit c782c77
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 c782c77

Please sign in to comment.