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 packages
such as xsltproc.
This commit is contained in:
Jean-Sébastien Pédron 2016-12-08 17:51:19 +01:00
parent c59ef46318
commit 7122e7ad13
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
sudo: false
# vim:sw=2:et:
# Use Ubuntu Trusty to have access to Elixir.
dist: trusty
group: beta
sudo: required
language: erlang
notifications:
email: