diff options
author | Azul <azul@riseup.net> | 2016-08-15 12:04:34 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-08-15 12:04:34 +0200 |
commit | 598d73f462a21618c01ea8afd76ebec0bc999298 (patch) | |
tree | 1f6ce4aa2c93548c60180bf1701f7293ea2def99 /.travis.yml | |
parent | 29133bb6f54c58271292794a72e65399488783c0 (diff) |
[ci] fix travis by using container builds
This is supposed to fix the bundler error reported in
https://github.com/bundler/bundler/issues/3558
sudo: false makes travis use the new infrastructure without sudo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ab5f78b..fbc4e06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false services: - couchdb notifications: |