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
rvm:
- 2.3.3
install: gem install jekyll
script: jekyll build
sudo: false
exclude: [vendor]
script:
- gem install jekyll bundler
- bundle install
- bundle exec jekyll build
cache: bundler

View File

@ -25,4 +25,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
end
end