Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit dde3876

Browse files
committed
Let's not try to be ready for frozen strings
1 parent bcf0a45 commit dde3876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ matrix:
1616
- rvm: jruby-9.1.6
1717
- rvm: jruby-9.2.0
1818
script:
19-
- RUBYOPT="--enable-frozen-string-literal" bundle exec rspec
19+
- bundle exec rspec
2020
- bundle exec rubocop -c .rubocop.yml --force-exclusion

0 commit comments

Comments
 (0)