fix typo to actually use ubuntu trusty

This commit is contained in:
Job Evers 2016-06-10 01:22:51 -05:00
parent 422381ac01
commit 12c9e16f37

View file

@ -2,7 +2,7 @@ matrix:
include: include:
- os: linux - os: linux
sudo: required sudo: required
dist: trust dist: trusty
# dh-virtualenv requires that we use the same python interpreter # dh-virtualenv requires that we use the same python interpreter
# that comes with the system, so we don't want to use anything that # that comes with the system, so we don't want to use anything that
# travis would try to set-up for us in python # travis would try to set-up for us in python