2012-10-28 16:40:42 +01:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "0.8"
|
|
|
|
install:
|
2012-11-02 00:48:53 +01:00
|
|
|
- "bin/installDeps.sh"
|
2012-11-03 16:55:14 +01:00
|
|
|
- "export GIT_HASH=$(cat .git/HEAD | head -c 7)"
|
2012-10-28 17:48:51 +01:00
|
|
|
before_script:
|
|
|
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
2012-11-01 23:17:31 +01:00
|
|
|
script:
|
|
|
|
- "tests/frontend/travis/runner.sh"
|
2012-10-28 17:48:51 +01:00
|
|
|
env:
|
|
|
|
global:
|
2012-11-18 19:25:58 +01:00
|
|
|
- secure: "OxZ2s724S96xu02746LUN+4lBckAe1BOICJjfA4jnFPNpiNU6XoMH52f+LgG\nZzAwu6xMTv+NsaLGp6Avm3cx4GZ+jIiHe4NB9XOgYPa0r0TBIi3ueWYPDyVv\nCniS/4qX68DoFNV4lh7zMBXn0IIPxT4Wppm3desBpjWDP/SdoRs="
|
2012-10-30 22:04:22 +01:00
|
|
|
- SAUCE_USER=pita
|
2012-10-28 19:51:05 +01:00
|
|
|
jdk:
|
|
|
|
- oraclejdk6
|
2012-10-28 16:40:42 +01:00
|
|
|
notifications:
|
|
|
|
email:
|
2012-11-03 15:36:59 +01:00
|
|
|
- petermartischka@googlemail.com
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#etherpad-lite-dev"
|