etherpad-lite/.travis.yml

21 lines
565 B
YAML
Raw Normal View History

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:
- "bin/installDeps.sh"
2012-11-03 16:55:14 +01:00
- "export GIT_HASH=$(cat .git/HEAD | head -c 7)"
before_script:
- "tests/frontend/travis/sauce_tunnel.sh"
script:
- "tests/frontend/travis/runner.sh"
env:
global:
- 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:
irc:
channels:
2013-04-15 17:33:20 +02:00
- "irc.freenode.org#etherpad-lite-dev"