Skip to content

Commit

Permalink
Add encrypted sauce-labs user/pass in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Dec 28, 2013
1 parent 87238c4 commit 2f852e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_js:

env:
global:
- secure: "Secure username token goes here!"
- secure: "Secure access key token goes here!"
- secure: "i2Dl7NUAflgYdJV5one365q4RAePpLcCoKUT72c9isv891GfReRiGblfLUKRmsSpo1zfx1kIgpqOCShbR2D8rIL2t9dQ7RH4e5i5TbP1QSD0nCwBxOf6TcIQnN57Y8FgId102nsvI99DxH8cV8Xo3k0JnOCr5ZSQf90qCxXvG6U="
- secure: "bEE5axgvIkPKpEx+PcpVNQZWPFrbLAYrPh7YEn9c5GRM0z8tL78a/hg/WSZCkb0wfM0zlQyOx1wpFBSwGQTqL/+r0DBVr4MbEHSyHGXLBJqsjZDHaf6jC1jxKsYryd8Cuf/41HR3rJes2N08KQgzEjasKooo7wUqk461c6TeZdA="

before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 2f852e2

Please sign in to comment.