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

Commit

Permalink
Let's not try to be ready for frozen strings
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoFleming committed Mar 2, 2019
1 parent bcf0a45 commit 963ea55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ matrix:
- rvm: jruby-9.1.6
- rvm: jruby-9.2.0
script:
- RUBYOPT="--enable-frozen-string-literal" bundle exec rspec
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bundle exec rspec --exclude-pattern "spec/integration_spec.rb"; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bundle exec rspec; fi'
- bundle exec rubocop -c .rubocop.yml --force-exclusion

0 comments on commit 963ea55

Please sign in to comment.