diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-12-08 17:14:55 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-12-08 17:14:55 +0100 |
| commit | 31f368a4c20809d9392fbff18f58656acc693dc7 (patch) | |
| tree | 02b080d136c0335600a6e16fc509332f318cbd48 | |
| parent | 5e18fd1c674309c4a7aa3243955a2c29cbfae8f2 (diff) | |
| download | rabbitmq-server-git-31f368a4c20809d9392fbff18f58656acc693dc7.tar.gz | |
Travis CI: Use Ubuntu Trusty image to have access to Elixir
Also, required `sudo` so a VM is used instead of a container. This makes
the test much longer, but allows us to install non-whitelisted pacakges
such as xsltproc.
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e6bba5c81c..b6197398f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,10 @@ -sudo: false +# vim:sw=2:et: + +# Use Ubuntu Trusty to have access to Elixir. +dist: trusty +group: beta +sudo: required + services: - docker language: erlang |
