Browse Source

Change travis back to sudo true

,,,to see if this has any influence on the recent ld SIGKILLS
tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
75ddfbd687
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

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

jobs:


Loading…
Cancel
Save