From dd9e7cf6650c9dae9fabedaafd9ce9274f29cb4e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 12 Apr 2014 00:30:50 -0700 Subject: [PATCH] Update sauce-tunnel in travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cfe2d954..f04425293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ branches: only: - master before_install: - - "[ $SAUCE_LABS == false ] || npm i chalk@\"~0.4.0\" ecstatic@\"~0.4.0\" request@\"~2.34.0\" sauce-tunnel@\"~1.1.0\"" + - "[ $SAUCE_LABS == false ] || npm i chalk@\"~0.4.0\" ecstatic@\"~0.4.0\" request@\"~2.34.0\" sauce-tunnel-sc3-1@\"~1.0.0\"" - "[ $ISTANBUL == false ] || (npm i -g coveralls@\"~2.10.0\" && npm i 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)"