diff options
author | Homu <homu@barosl.com> | 2016-02-08 11:59:48 +0900 |
---|---|---|
committer | Homu <homu@barosl.com> | 2016-02-08 11:59:48 +0900 |
commit | b6989001ed3a67b43502eac5b546486ccddd3a34 (patch) | |
tree | 4a5de4a61840ddf6e46224f36e452d7c7ee78ae6 | |
parent | e84fe15ab1f754f0d593b925552e8090e490438b (diff) | |
parent | c0bad9601f7f227bf09bf19681ed2095dda4acfa (diff) | |
download | bundler-b6989001ed3a67b43502eac5b546486ccddd3a34.tar.gz |
Auto merge of #4282 - bundler:seg-travis-remove-frozen-string, r=segiddins
[Travis] Remove special frozen string literal build
That build entry is redundant -- we test frozen string literals in all of the 2.3.0 builds now.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d89ed44967..a707d9ee7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,10 +97,7 @@ matrix: # Ruby-head (we want to know how we're doing, but not fail the build) - rvm: ruby-head env: RGV=master - # Ruby-head with enabled frozen string literal - - rvm: ruby-head - env: - - RGV=master RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal" + allow_failures: - rvm: 1.8.7 env: RGV=v2.1.11 |