Skip to content

Commit

Permalink
Adds workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Dec 18, 2019
1 parent 798f88d commit d541365
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ before_install:
- export PATH=${PATH}:./vendor/bundle

install:
# Disabled due to unrelated conflicts running the build in travis
# - rvm use 2.6.0 --install --fuzzy
# - gem update --system
# - gem install sass
# - gem install jekyll -v 4.0.0
- rvm use 2.6.5 --install --fuzzy
- yes | gem update --system --force
- gem install sass
- gem install jekyll -v 4.0.0

stages:
- test
Expand Down

0 comments on commit d541365

Please sign in to comment.