Skip to content

Commit

Permalink
Use env variable for api key
Browse files Browse the repository at this point in the history
  • Loading branch information
PiXeL16 committed Jan 21, 2016
1 parent 66b5357 commit 74d3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- LANG=en_US.UTF-8
before_install:
- sudo gem install cocoapods-keys
- pod keys set MANDRILL_API "-"
- pod keys set MANDRILL_API $MandrillApiKey
script:
- set -o pipefail
- xcodebuild -version
Expand Down

0 comments on commit 74d3e0d

Please sign in to comment.