Skip to content

Commit

Permalink
🐛 fix sqlite module binary issues with yarn caching (#7879)
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
acburdine authored and kirrg001 committed Jan 24, 2017
1 parent 94ba209 commit 2c73eec
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
Expand Up @@ -42,6 +42,7 @@ before_install:

install:
- yarn
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues

after_success:
- |
Expand Down

0 comments on commit 2c73eec

Please sign in to comment.