Skip to content

Commit

Permalink
chore(CI): Add flag to ignore engines when installing dependencies wi…
Browse files Browse the repository at this point in the history
…th yarn
  • Loading branch information
sebelga committed Dec 2, 2018
1 parent 58d82f2 commit ad085c4
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
Expand Up @@ -8,6 +8,8 @@ branches:
only:
- master

install: yarn install --ignore-engines

script:
- npm test

Expand Down

0 comments on commit ad085c4

Please sign in to comment.