Skip to content

Commit eeda605

Browse files
committed
set up travis to test ruby 2.4 frozen strings
1 parent cc003da commit eeda605

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ before_script:
77
language: ruby
88
notifications:
99
email:
10-
rvm:
11-
- 1.8.7
12-
- 1.9.3
13-
- 2.0.0
14-
- ruby-head
1510
script: rake travis
1611
matrix:
17-
allow_failures:
18-
- rvm: ruby-head
12+
include:
13+
- os: linux
14+
rvm: 2.1.10
15+
- os: linux
16+
rvm: 2.2.5
17+
- os: linux
18+
rvm: 2.3.1
19+
- os: linux
20+
rvm: 2.4.0
21+
env:
22+
- RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"

0 commit comments

Comments
 (0)