We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8a9c commit ce53eebCopy full SHA for ce53eeb
1 file changed
.travis.yml
@@ -1,13 +1,21 @@
1
language: ruby
2
3
-os:
4
- - linux
5
- - osx
6
-
7
-rvm:
8
- - 2.2.1
9
- - 1.9.3
10
- - 1.8.7
+matrix:
+ include:
+ - os: linux
+ ruby: 2.2.2
+ ruby: 2.2.1
+ ruby: 1.9.3
11
12
+ ruby: 1.8.7
13
+ - os: osx
14
15
16
17
18
19
20
before_install:
21
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`
0 commit comments