Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Nov 27, 2018
1 parent 7ec0714 commit dd48435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: ruby
rvm: 2.2
rvm: 2.5
cache: bundler
sudo: false

install:
- bundle config build.nokogiri --use-system-libraries
- travis_retry bundle install
- bundle install --jobs=3 --retry=3

script:
- bundle exec jekyll build
Expand Down

0 comments on commit dd48435

Please sign in to comment.