diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-06 12:06:47 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-06 12:06:47 +0100 |
commit | cb31a78f825dd3fa2e5b0242a62fee5b2bbf2fbb (patch) | |
tree | 06aebce107e1bdbfe54b86b549e9e6284d2414da | |
parent | e68e491333630ed096405747e63e8bf66897b246 (diff) |
Don't install debug gems for CI
-rwxr-xr-x | script/wad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/wad b/script/wad index e459ba2e2..658ce37ef 100755 --- a/script/wad +++ b/script/wad @@ -406,7 +406,7 @@ class Wad def install_bundle log "Installing bundle" - system("bundle install --path .bundle --without='development production'") + system("bundle install --path .bundle --without='debug development production'") end def setup |