2012-10-28 15:40:42 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "0.8"
|
|
|
|
install:
|
2012-10-28 16:48:51 +00:00
|
|
|
- "bin/installDeps.sh"
|
|
|
|
before_script:
|
|
|
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
2012-11-01 22:17:31 +00:00
|
|
|
script:
|
|
|
|
- "tests/frontend/travis/runner.sh"
|
2012-10-28 16:48:51 +00:00
|
|
|
env:
|
|
|
|
global:
|
2012-10-30 21:04:22 +00:00
|
|
|
- secure: "oKA4KbSvyxMOFCiOa3hWswnaIrCmX60MfhBhD8xu8sodOqbdK5RUrxDJew9p\n1nNSewxoVmKhX0G5GxIABfGtdU1nrEzCEoejTDJIFmzEbcLcHpcyarouWLSY\nOpn11FKS1rnb69aflHM7K8l4dhrCkA2i0Dwwl8LN3HayGzDV2Rg="
|
|
|
|
- SAUCE_USER=pita
|
2012-10-28 18:51:05 +00:00
|
|
|
jdk:
|
|
|
|
- oraclejdk6
|
2012-10-28 15:40:42 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- petermartischka@googlemail.com
|