summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-10-28 16:48:51 +0000
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-10-28 16:48:51 +0000
commitc021cf52d8c075c15e5a6a56224b995b37d5c725 (patch)
treee5e56173b3ff5bc9d56378061732568a819e294a /.travis.yml
parent7903eb93b6e378a6396212725c52f5d004d0af87 (diff)
downloadetherpad-lite-c021cf52d8c075c15e5a6a56224b995b37d5c725.zip
download and start the sauce connector in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cb298ae..9ecd541a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,14 @@ language: node_js
node_js:
- "0.8"
install:
- - bin/installDeps.sh
+ - "bin/installDeps.sh"
+before_script:
+ - "tests/frontend/travis/sauce_tunnel.sh"
+env:
+ global:
+ - secure: zGX8AFKQnuh6WWLJw58WnRZiVQ4dIbN0gIQ0NpJIKmzQw2yQ+rqQEo2UoT5p\n+SSX/DJnU0yZzZ2RkiN8sabyY3e3Y2JhjO5GUTdoUxxB7ffCDLM4W1T8ckyl\nmSUW/ajrxMbGxruYbKQfepCRK6w4OoUsROYI0MpeoDo8ngxmcFw="
+ - SAUCE_USER: pita
+
notifications:
email:
- petermartischka@googlemail.com \ No newline at end of file