Skip to content

Commit ca3768a

Browse files
committed
only test supported rubies and do not test twice
1 parent 27d5288 commit ca3768a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Diff for: .travis.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
4-
- 1.9.2
5-
- 2.0.0
6-
- rbx-19mode
7-
- rbx-18mode
8-
- jruby-19mode
3+
- 2.1.9
4+
- 2.2.0
5+
- 2.3.1
6+
- rbx-2.2.2
7+
- jruby-head
98
before_install:
109
- gem update bundler
10+
11+
# This prevents testing branches that are created just for PRs
12+
branches:
13+
only:
14+
- master

0 commit comments

Comments
 (0)