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

Loading…
Cancel
Save