Browse Source

Try yet again to fix the osx build, this time do set +e

tags/json-c-0.14-20200419
Eric Haszlakiewicz 5 years ago
parent
commit
2782a6b62c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -125,6 +125,7 @@ before_install:
before_script:
# Wait a while for output to flush :(
- set +e
- onexit() { sleep 20; }; trap onexit 0
- pwd
- mkdir -p build || echo "Failed to mkdir build"


Loading…
Cancel
Save