diff options
| author | Stephen Blott | 2016-09-27 11:59:08 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-27 11:59:08 +0100 | 
| commit | 18f4270086f7baf41b366ba578f29b63bd236950 (patch) | |
| tree | c811e4a7ae9fce0bf6eb964141a6fca4c193ddfc | |
| parent | e40092ccdb84afe6cf559a3b2e966c6e765cf92e (diff) | |
| download | vimium-18f4270086f7baf41b366ba578f29b63bd236950.tar.bz2 | |
Note reason for locking down Coffeescript version.
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index b63729b5..d4100bce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@  language: node_js  node_js: 0.12  before_install: +  # We need to use coffee-script@1.10.0.  See #2273.    - "npm install -g coffee-script@1.10.0"    - "npm install path@0.11"    - "npm install util" | 
