aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-09-18 17:05:18 +0100
committerStephen Blott2015-09-18 17:05:18 +0100
commit95f81e00d3c2002befe47c1b756907164148351f (patch)
tree9a64ea7c5f27fc8b26966fd2137767ebde44acfe
parent37ba00af0e89641d0c54c19968c8986719eecde1 (diff)
parentda57280c3e2ec80cf8e98c8634305e59b8f52f53 (diff)
downloadvimium-95f81e00d3c2002befe47c1b756907164148351f.tar.bz2
Merge pull request #1827 from mrmr1993/fix-build-errors
Use version 0.11 of node's path; new 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"