Skip to content

Commit

Permalink
Run tests with RUBYOPT=--enable-frozen-string-literal for the latest …
Browse files Browse the repository at this point in the history
…rails version
  • Loading branch information
aliismayilov committed Sep 10, 2020
1 parent 83e5654 commit 0ea1814
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 @@ -47,6 +47,7 @@ matrix:
include:
- rvm: 2.7
gemfile: test/gemfiles/Gemfile.rails-edge
env: RUBYOPT=--enable-frozen-string-literal
allow_failures:
- rvm: ruby-head
- gemfile: test/gemfiles/Gemfile.rails-edge
Expand All @@ -69,4 +70,4 @@ before_install:
- ./cc-test-reporter before-build
script: "bundle exec rake submodules test"
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit 0ea1814

Please sign in to comment.