forked from benkoshy/mimemagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mimemagicrb#87 from aliismayilov/frozen-string-lit…
…erals Ensure that frozen string literals used throughout the code
- Loading branch information
Showing
3 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
language: ruby | ||
rvm: | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.3 | ||
- 2.4 | ||
- 2.5 | ||
- ruby-head | ||
- jruby-19mode | ||
- rbx-3 | ||
jobs: | ||
include: | ||
- rvm: 1.9.3 | ||
- rvm: 2.0.0 | ||
- rvm: 2.1 | ||
- rvm: 2.2 | ||
- rvm: 2.3 | ||
- rvm: 2.4 | ||
env: RUBYOPT="--enable-frozen-string-literal" | ||
- rvm: 2.5 | ||
env: RUBYOPT="--enable-frozen-string-literal" | ||
- rvm: ruby-head | ||
env: RUBYOPT="--enable-frozen-string-literal" | ||
before_install: | ||
# 1. The pre-installed Bundler version on Travis is very old; causes 1.9.3 build issues | ||
# 2. Bundler 2.0 is not supported by the whole matrix | ||
- gem install bundler -v'< 2' | ||
matrix: | ||
allow_failures: | ||
- rvm: ruby-head | ||
- rvm: rbx-3 | ||
|
||
script: | ||
- bundle exec rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters