Skip to content

Commit f2866ef

Browse files
committed
New Travis image
Update to the latest, default version of ruby installed in the image
1 parent 7ee99da commit f2866ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444

4545
before_install:
4646
- gem install bundler
47-
- rvm use 2.3.0
47+
- rvm use 2.4.1
4848

4949
script: ./bin/test.sh
5050

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.3.0'
2+
ruby '2.4.1'
33

44
gem 'slather'
55
gem 'xcpretty'

0 commit comments

Comments
 (0)