Skip to content

Commit

Permalink
fix(travis): Fix wrong travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonso-presa committed May 3, 2016
1 parent 0517a19 commit 7d04127
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ before_install: npm install -g grunt-cli
before_script:
- ./node_modules/.bin/webdriver-manager update
env:
global:
SAUCE_ACCESS_KEY:af8788b9-bde3-4e85-8557-cacfbac98cdc
SAUCE_USERNAME: alfonso-presa
SAUCE_ACCESS_KEY=af8788b9-bde3-4e85-8557-cacfbac98cdc
SAUCE_USERNAME=alfonso-presa
addons:
sauce_connect: true

0 comments on commit 7d04127

Please sign in to comment.