Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up of #2199
Changes
Notes for Reviewers
Installed the prerelease version of
travis
, as suggested by travis-ci/travis.rb#711 (comment) (https://rubygems.org/gems/travis/versions/1.8.12.travis.1116.9 to be exact) and reencrypted the file.Since travis-ci/travis.rb#678 Travis supports encryption of multiple files includes the filepath in the hash (hence, the change of env variable name in original PR (#2181), however, apparently, this PR broke the encryption command. This PR landed in
1.8.11
In #2199 I reencrypted the file using the old CLI version (
1.8.8
) using old hashing - not surprisingly, decryption did not work.#2201 did not revert all the changes and apparently reverted to changes introduced in #2181, hence the env variable names do not change in this PR.
In case this does not work, I will reencrypt everything manually, but let's give Travis team another chance...
Checklist
README.md
.CHANGELOG.md
.CONTRIBUTING.md
, there are no fixup commits left.