Skip to content

Commit 4b8161a

Browse files
committed
Fix CI build
Closes #79
1 parent d881952 commit 4b8161a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: ruby
2-
before_install:
3-
- gem update --system
4-
- gem update bundler
2+
sudo: false
53
rvm:
64
- 1.9.3
75
- 2.0.0
@@ -11,4 +9,5 @@ rvm:
119
- 2.2.1
1210
- 2.2.2
1311
- 2.2.3
12+
- 2.3.0
1413
- rbx-2

0 commit comments

Comments
 (0)