diff options
| author | Timo Sand | 2013-02-20 19:51:46 +0000 |
|---|---|---|
| committer | Timo Sand | 2013-02-20 19:51:46 +0000 |
| commit | abf0183250d4985eea220e163102f2365a7c2b2a (patch) | |
| tree | b7e9474967180fffc11e48cb76cf7baddafbe692 /.travis.yml | |
| parent | 550afd365d947c0a18ff235f6f2fc5655fd4bf9f (diff) | |
| download | vimium-abf0183250d4985eea220e163102f2365a7c2b2a.tar.bz2 | |
Should fix travis issue #792
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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: |
