Skip to content

Commit 6930e58

Browse files
committed
Add Ruby version to .travis.yml and Gemfile
1 parent e852fc6 commit 6930e58

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: ruby
22
rvm:
3-
- 2.1.6
3+
- 2.2.3

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'http://rubygems.org'
22

3+
ruby '2.2.3'
4+
35
gem 'builder'
46
gem 'kramdown', '~> 0.13.2'
57
gem 'nanoc', '~> 4.0'

0 commit comments

Comments
 (0)