We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f948cd1 commit 33ee6feCopy full SHA for 33ee6fe
.travis.yml
@@ -3,13 +3,13 @@ cache: bundler
3
4
os:
5
- linux
6
+ - osx
7
8
rvm:
- - 2.0.0
9
- - 2.1.8
10
- 2.2.5
11
- 2.3.3
12
- 2.4.0
+ - 2.5.0
13
- ruby-head
14
- rbx-2
15
@@ -28,15 +28,6 @@ matrix:
28
allow_failures:
29
- rvm: rbx-2
30
- rvm: ruby-head
31
- include:
32
- - os: osx
33
- rvm: 2.0.0
34
35
- rvm: 2.1.5
36
37
- rvm: 2.2.2
38
39
40
41
git:
42
submodules: false
0 commit comments