Skip to content

Commit

Permalink
Speed up a bit the build process on Travis
Browse files Browse the repository at this point in the history
Let's rely on a pre-installed version of Ruby to avoid having to
install it and also only require Jekyll as a dependency as we only
depend on that and it's the same cost to ensure that this gem or
the github-pages one is up-to-date.
  • Loading branch information
robin850 committed Feb 24, 2017
1 parent 23c1ba3 commit 7447d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby

rvm: 2.1.7
rvm: 2.3.1

script: "bundle exec jekyll build"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'github-pages', '~> 112'
gem 'jekyll', '~> 3.3.1'

0 comments on commit 7447d3f

Please sign in to comment.