summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2014-09-30 12:17:33 -0400
committerSolly Ross <sross@redhat.com>2014-09-30 12:21:03 -0400
commit3257d9f26535dee47cf21c8811e2c627c9dc72c3 (patch)
tree5b67d3c044259b4f09923198c79a2164c5faee7b
parent2930403a11881f05de57e7cd206e26770a32d0b6 (diff)
downloadnovnc-3257d9f26535dee47cf21c8811e2c627c9dc72c3.tar.gz
Force Travis to use Node 0.11.13v0.5
The latest version of Node.js has a bug that affects the Karma test runner. A patch has been merged to Karma, but has not landed in a version yet. Until a new version of Karma is released, we should keep node at 0.11.13. See karma-runner/karma#1182 (cherry picked from commit 9af2346a0cead634f3af5f390770ea65929c1f4a)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dfcec2f..371b974 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
-- '0.11'
+- '0.11.13'
env:
matrix:
- TEST_BROWSER_NAME=PhantomJS