summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-04-15 17:33:41 +0200
committerJohn McLear <john@mclear.co.uk>2013-04-15 17:33:41 +0200
commit0b2e1a0c3174d6d2713f142c244a21b6966d2fe1 (patch)
tree848d3c765e9557e0daae8d6fb47f56b4dbaa87cd /.travis.yml
parenta670158e784bd0716a2c55cfa3669c18b217e89f (diff)
downloadetherpad-lite-0b2e1a0c3174d6d2713f142c244a21b6966d2fe1.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a2560de6..9060d94f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- - "0.8"
+ - "0.10"
install:
- "bin/installDeps.sh"
- "export GIT_HASH=$(cat .git/HEAD | head -c 7)"