aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932015-09-16 21:26:48 +0100
committermrmr19932015-09-16 21:26:48 +0100
commitda57280c3e2ec80cf8e98c8634305e59b8f52f53 (patch)
tree97fc9ac86ceedc0c518370ee022610598d3adaaa
parent4a28bfb221b4fed51e6badea0c9d6598393794df (diff)
downloadvimium-da57280c3e2ec80cf8e98c8634305e59b8f52f53.tar.bz2
Use version 0.11 of node path; version 0.12 breaks the build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c186f393..971676d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
node_js: 0.10
before_install:
- "npm install -g coffee-script"
- - "npm install path"
+ - "npm install path@0.11"
- "npm install util"
- "cake build"
script: "cake test"