aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a66657cc..60c79466 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js: 0.8
before_install:
- - "sudo npm install -g coffee-script"
+ - "npm install -g coffee-script"
- "cake build"
script: "cake test"
notifications: