aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimo Sand2013-02-20 19:51:46 +0000
committerTimo Sand2013-02-20 19:51:46 +0000
commitabf0183250d4985eea220e163102f2365a7c2b2a (patch)
treeb7e9474967180fffc11e48cb76cf7baddafbe692 /.travis.yml
parent550afd365d947c0a18ff235f6f2fc5655fd4bf9f (diff)
downloadvimium-abf0183250d4985eea220e163102f2365a7c2b2a.tar.bz2
Should fix travis issue #792
Diffstat (limited to '.travis.yml')
-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: