Merge pull request #105 from DanySK/fix_ci

Fix the continuous integration (supersedes previous PR)
This commit is contained in:
Jerome Lachaud 2019-12-19 18:45:24 +01:00 committed by GitHub
commit b538dd6da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 9 deletions

View File

@ -1,9 +1,6 @@
language: ruby language: ruby
rvm: script:
- 2.3.3 - gem install jekyll bundler
- bundle install
install: gem install jekyll - bundle exec jekyll build
script: jekyll build cache: bundler
sudo: false
exclude: [vendor]