-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update travis yaml with correct secrets
- Loading branch information
Peter McInerney
committed
May 3, 2015
1 parent
6f84823
commit 4cb9885
Showing
1 changed file
with
9 additions
and
7 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,15 +1,17 @@ | ||
language: ruby | ||
rvm: | ||
- 2.2.0 | ||
- 2.2.1 | ||
- 2.2.2 | ||
before_script: "sudo redis-server /etc/redis/redis.conf" | ||
- 2.2.0 | ||
- 2.2.1 | ||
- 2.2.2 | ||
before_script: sudo redis-server /etc/redis/redis.conf | ||
before_install: | ||
- gem install bundler | ||
script: "bundle exec rspec" | ||
- gem install bundler | ||
script: bundle exec rspec | ||
deploy: | ||
provider: rubygems | ||
api_key: | ||
secure: FZVmAZ6QMTUCZU4Iogf3J+ DgVyqZMi353GaG1wecIejOgsZd5mcZu7j0AS2OFcU9gvoq28DG3v0aM70KoFqGIgcxPoP2Y84B6USK3rpVxGxudcj6yXuVLqvLWv2l47oUTVU5Z71GL42m6UchYub23eVkZoyVTuzKUzxQ3P9nMNg= | ||
secure: MWXk12XXWJ/Zz44uS/zrPVYM3wTyel9DYciInGFea5ZetJqnjn10CcNXAhKONvmgjT1EGz6yQnx1JicN9IeQ/OeRZsTArIpAeoYBVDQg4tlrHHVQAOEqr9MVrskIYcMdRttrpmHnzoRuNdWZkCG/pvE6KM3V0sOaXA+2FUfgMOU= | ||
gem: cache_for | ||
on: | ||
tags: true | ||
repo: westfieldlabs/cache_for |