Skip to content

Commit a63d67d

Browse files
author
Stephen von Takach
committed
fix travis
1 parent 012d158 commit a63d67d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.travis.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: ruby
22
rvm:
3-
- "2.2"
3+
- ruby-2.2.5
4+
- ruby-2.3.3
45
- ruby-head
5-
- rbx-2
6-
- jruby-20mode
6+
- rubinius-3.62
7+
- jruby-9.1.5.0
8+
- jruby-head
79
before_install:
810
- sudo apt-get update -qq
911
- sudo apt-get install -y openssl libssl-dev
12+
matrix:
13+
allow_failures:
14+
- rvm: jruby-head
15+
- rvm: ruby-head
16+
sudo: required
17+
dist: trusty

0 commit comments

Comments
 (0)