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-10-30 22:04:22 +01:00
|
|
|
- secure: "oKA4KbSvyxMOFCiOa3hWswnaIrCmX60MfhBhD8xu8sodOqbdK5RUrxDJew9p\n1nNSewxoVmKhX0G5GxIABfGtdU1nrEzCEoejTDJIFmzEbcLcHpcyarouWLSY\nOpn11FKS1rnb69aflHM7K8l4dhrCkA2i0Dwwl8LN3HayGzDV2Rg="
|
|
|
|
- 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"
|