Merge pull request #105 from DanySK/fix_ci

Fix the continuous integration (supersedes previous PR)
main
Jerome Lachaud 5 years ago committed by GitHub
commit b538dd6da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]

Loading…
Cancel
Save