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

Commit 963ea55

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ 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+
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bundle exec rspec --exclude-pattern "spec/integration_spec.rb"; fi'
20+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bundle exec rspec; fi'
2021
- bundle exec rubocop -c .rubocop.yml --force-exclusion

0 commit comments

Comments
 (0)