diff options
| -rw-r--r-- | .travis.yml | 2 |
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" |
