From da57280c3e2ec80cf8e98c8634305e59b8f52f53 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 16 Sep 2015 21:26:48 +0100 Subject: Use version 0.11 of node path; version 0.12 breaks the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3