Change travis back to sudo true

,,,to see if this has any influence on the recent ld SIGKILLS
This commit is contained in:
Martin Kroeker 2017-08-08 16:39:13 +02:00 committed by GitHub
parent dfb91f2a31
commit 75ddfbd687
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# XXX: Precise is already deprecated, new default is Trusty. # XXX: Precise is already deprecated, new default is Trusty.
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming # https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: precise dist: precise
sudo: false sudo: true
language: c language: c
jobs: jobs: