Skip to content

Commit

Permalink
Merge pull request #105 from DanySK/fix_ci
Browse files Browse the repository at this point in the history
Fix the continuous integration (supersedes previous PR)
  • Loading branch information
jeromelachaud authored Dec 19, 2019
2 parents 81ba41c + e970406 commit b538dd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion freelancer-theme-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b538dd6

Please sign in to comment.