Skip to content

Commit

Permalink
Use --ignore-engines flag to ensure compatibility with nodejs 10
Browse files Browse the repository at this point in the history
Apparently, a dependency of webpacker, upath, requires a node version less than 10: anodynos/upath#14
  • Loading branch information
ragesoss committed Apr 26, 2018
1 parent 45c2eb1 commit fa7acc7
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
Expand Up @@ -31,7 +31,7 @@ install:
- yarn global add gulp
- yarn global add phantomjs-prebuilt@latest
- yarn global add codeclimate-test-reporter
- yarn install
- yarn install --ignore-engines
- gem install bundler
- gem install rubocop
- gem install rubocop-rspec-focused
Expand Down

0 comments on commit fa7acc7

Please sign in to comment.