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

Commit

Permalink
Update sauce-tunnel in travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Apr 12, 2014
1 parent 1b232c0 commit fe17b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branches:
only:
- master
before_install:
- "[ $SAUCE_LABS == false ] || npm i ecstatic@\"~0.4.0\" request@\"~2.34.0\" sauce-tunnel@\"~1.1.0\""
- "[ $SAUCE_LABS == false ] || npm i ecstatic@\"~0.4.0\" request@\"~2.34.0\" sauce-tunnel-sc3-1@\"~1.0.0\""
- "[ $ISTANBUL == false ] || npm i -g coveralls@\"~2.10.0\" istanbul@\"~0.2.0\""
- "[ $BIN != 'narwhal' ] || (wget https://github.com/280north/narwhal/archive/v0.3.2.zip && sudo unzip v0.3.2 -d /opt/ && rm v0.3.2.zip)"
- "[ $BIN != 'narwhal' ] || (sudo ln -s /opt/narwhal-0.3.2/bin/narwhal /usr/local/bin/narwhal && sudo chmod +x /usr/local/bin/narwhal)"
Expand Down
2 changes: 1 addition & 1 deletion test/saucelabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
var _ = require('../vendor/lodash/dist/lodash.compat.js'),
ecstatic = require('ecstatic'),
request = require('request'),
SauceTunnel = require('sauce-tunnel');
SauceTunnel = require('sauce-tunnel-sc3-1');

/** Used by `logInline` to clear previously logged messages */
var prevLine = '';
Expand Down

0 comments on commit fe17b59

Please sign in to comment.