Skip to content

Commit

Permalink
Merge pull request #81 from citahub/fix-ci
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
rainchen authored Jul 23, 2020
2 parents 391f64d + 7592abe commit 344f31a
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 @@ -25,6 +25,7 @@ cache:

install:
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
- bundle install
- nvm install 8.11.2
- node -v
Expand Down

0 comments on commit 344f31a

Please sign in to comment.