Skip to content

Commit 95aac82

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: .travis.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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
96
before_install:
107
- gem update bundler
8+
9+
# This prevents testing branches that are created just for PRs
10+
branches:
11+
only:
12+
- master

0 commit comments

Comments
 (0)