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 cc003da commit eeda605Copy full SHA for eeda605
.travis.yml
@@ -7,12 +7,16 @@ before_script:
7
language: ruby
8
notifications:
9
email:
10
-rvm:
11
-- 1.8.7
12
-- 1.9.3
13
-- 2.0.0
14
-- ruby-head
15
script: rake travis
16
matrix:
17
- allow_failures:
18
- - rvm: ruby-head
+ include:
+ - os: linux
+ rvm: 2.1.10
+ rvm: 2.2.5
+ rvm: 2.3.1
19
20
+ rvm: 2.4.0
21
+ env:
22
+ - RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
0 commit comments