Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
attempt to fix curl rvm node_modules issue
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Nov 8, 2018
1 parent 9a7cdbe commit 14c8afc
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 @@ -3,8 3,10 @@ node_js:
- '8'
before_script:
- npm run build-prod
- mv node_modules/.bin/which node_modules/.bin/which.backup
- rvm install 2.2.3
- bundle install
- mv node_modules/.bin/which.backup node_modules/.bin/which
script:
- npm run lint
- bundle exec rake test
Expand Down

0 comments on commit 14c8afc

Please sign in to comment.