Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
argh. wrong sauceLabs credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Dec 6, 2013
1 parent f199060 commit 72d5fd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- 0.10
addons:
sauce_connect:
- username: $SAUCE_USERNAME
- access_key: $SAUCE_ACCESS_KEY
install:
- npm cache clean
- make bootstrap
Expand All @@ -11,4 +15,4 @@ after_success:
env:
global:
- secure: "AfyaqEddoOzyQS2lx22xRN9OR3FN4BYLXXfISUvyJjObTD4dG08ZHydWTQcvnKMhN0V92vybt2gKOxsTXMHuy5gclMHnDLeclabgHZA6h6kOJLRyyHyj8/fDDkOAuA0dCki4/TQGENoyFl9+ei1oWvQI0ZfVCNote7zj9987gp0="
- secure: "jbvaIBrMyBopXkpiSQmUh5BfnacJkSlz29ecWO3lMw3tlO2PM8rZI+pq/v5NLPJJT64kfxsmdSGEO+go+FpZq2EDg+KS/TZ/3ZuHGxXzy9u1FBeeQP85mwqANuqwITq5Gc6ZehdqsPJCyBDspmoXwcMXIBa0P8c8ELG4xwdkPdM="
- secure: "XBLWX9U+XotKYK5/w7DeKpaB4YtG1w3XaJH2upap+S1KgV+Nr/NHGcvHkD0ucuEkcySL6KofRXDmfyC4tNjW0jKuPs2dBxKPYL1xD0DDCYKlkX3diP9OmBAcwwqchw9U9eeN3R9UhiRCG/dnXwiuEoqy6DytbRB7UB4XSwyGQRA="
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = function(grunt) {
},
sauceLabs: {
testName: 'MockupCore',
startConnect: true
startConnect: false
},
customLaunchers: {
'sauce_chrome': {
Expand Down

0 comments on commit 72d5fd6

Please sign in to comment.