Browse Source

Wait a while before exiting travis to allow output to flush.

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

+ 2
- 0
.travis.yml View File

@@ -124,6 +124,8 @@ before_install:
fi
before_script:
# Wait a while for output to flush :(
- onexit() { sleep 20; }; trap onexit 0
- mkdir -p build || (echo "Failed to mkdir build" ; false)
- cd build || (echo "Failed to cd build" ; false)
- cmake .. || (echo "Failed to run cmake"; false)


Loading…
Cancel
Save