diff options
| author | David Yan | 2016-09-26 23:17:43 -0700 |
|---|---|---|
| committer | Stephen Blott | 2016-09-27 11:54:11 +0100 |
| commit | e40092ccdb84afe6cf559a3b2e966c6e765cf92e (patch) | |
| tree | a35a13212d405de9caf75e63e411785640999793 | |
| parent | 8601edd71e74ba522e32658309cb2e7acca8aeeb (diff) | |
| download | vimium-e40092ccdb84afe6cf559a3b2e966c6e765cf92e.tar.bz2 | |
Attempt to fix travis builds by locking coffee-script to 1.10.0
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4f9de03b..b63729b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: 0.12 before_install: - - "npm install -g coffee-script" + - "npm install -g coffee-script@1.10.0" - "npm install path@0.11" - "npm install util" - "cake build" |
