From 6f5db7d355f83b8a047f864331bc89961ec25f1f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 22 Sep 2016 06:37:13 +0200 Subject: [PATCH] try trusty --- .travis.yml | 3 ++- scripts/gen_travis_yml.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d371e67..08d2021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ # autogenerated file; do not edit language: c +sudo: requried +dist: trusty addons: apt: @@ -55,7 +57,6 @@ after_failure: after_success: - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy -sudo: false notifications: webhooks: urls: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 852fce9..505fda5 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,6 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c +sudo: requried +dist: trusty addons: apt: @@ -48,7 +50,6 @@ after_failure: after_success: - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy -sudo: false notifications: webhooks: urls: -- 2.30.2