mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
less noise
This commit is contained in:
parent
b08d948ddd
commit
c8dfa6d7ae
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.8"
|
- "0.8"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh > /dev/null"
|
||||||
before_script:
|
before_script:
|
||||||
- "tests/frontend/travis/sauce_tunnel.sh"
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -61,7 +61,7 @@ echo "Ensure that all dependencies are up to date..."
|
||||||
cd node_modules
|
cd node_modules
|
||||||
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
|
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
|
||||||
cd ep_etherpad-lite
|
cd ep_etherpad-lite
|
||||||
npm install
|
npm install -s
|
||||||
) || {
|
) || {
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -4,7 +4,7 @@ curl http://saucelabs.com/downloads/Sauce-Connect-latest.zip > /tmp/sauce.zip
|
||||||
unzip /tmp/sauce.zip -d /tmp
|
unzip /tmp/sauce.zip -d /tmp
|
||||||
|
|
||||||
# start the sauce connector in background and make sure it doesn't output the secret key
|
# start the sauce connector in background and make sure it doesn't output the secret key
|
||||||
(java -jar /tmp/Sauce-Connect.jar $SAUCE_USER $SAUCE_KEY -f /tmp/tunnel | grep -v $SAUCE_KEY)&
|
(java -jar /tmp/Sauce-Connect.jar $SAUCE_USER $SAUCE_KEY -f /tmp/tunnel > /dev/null )&
|
||||||
|
|
||||||
# save the sauce pid in a file
|
# save the sauce pid in a file
|
||||||
echo $! > /tmp/sauce.pid
|
echo $! > /tmp/sauce.pid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue