diff options
author | Werner Koch <[email protected]> | 2018-03-22 20:10:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-22 20:10:21 +0000 |
commit | 22b293fe7922bfd70e0990ca89333ab168ad1808 (patch) | |
tree | 08684f8125870cb86bda3ee119f1648c616ac71d | |
parent | build: And even more travis.yml tweaking (diff) | |
download | libgpg-error-22b293fe7922bfd70e0990ca89333ab168ad1808.tar.gz libgpg-error-22b293fe7922bfd70e0990ca89333ab168ad1808.zip |
build: Another try on travis.yml
--
Why don't they return useful error messages????
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 13f6e56..558b15d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: c os: - linux - dist: trusty - sudo: required + +# dist: trusty +# sudo: required compiler: - gcc |