2012-10-28 16:40:42 +01:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2013-04-15 17:33:41 +02:00
|
|
|
- "0.10"
|
2012-10-28 16:40:42 +01:00
|
|
|
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:
|
2013-05-04 14:14:39 +02:00
|
|
|
- secure: "gVR70BdAh093qBS5P5+V5NzmCYnLFFeIZn3XdgTpgpGRm7UE8GP53TEobtPf\neqpEpbWRTsEbdf+QPisVWrBZcNPFU4I3nucIqdyVobIcQD0TbBQYudm0yLQd\n3Ocqck0BIx9Ni9hBklJupmKt89LDQxNvkEb+uJJqlQwo2RZd36U="
|
2013-04-15 17:33:20 +02:00
|
|
|
- SAUCE_USER=etherpad
|
2012-10-28 19:51:05 +01:00
|
|
|
jdk:
|
|
|
|
- oraclejdk6
|
2012-10-28 16:40:42 +01:00
|
|
|
notifications:
|
2012-11-03 15:36:59 +01:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-04-15 17:33:20 +02:00
|
|
|
- "irc.freenode.org#etherpad-lite-dev"
|