]> granicus.if.org Git - libevent/commitdiff
travis-ci: drop travis_wait (does not work with sub processes)
authorAzat Khuzhin <azat@libevent.org>
Mon, 13 Jan 2020 19:24:54 +0000 (22:24 +0300)
committerAzat Khuzhin <azat@libevent.org>
Mon, 13 Jan 2020 19:26:37 +0000 (22:26 +0300)
Refs: https://github.com/travis-ci/travis-ci/issues/8526

.travis.yml

index 96825bd61e2fdf75e5a86a5755dd83269c72fdbc..f8c50cf3355462e9d1a7ae77da08059141aefe0d 100644 (file)
@@ -120,7 +120,7 @@ script:
       ./autogen.sh &&
       ./configure $EVENT_CONFIGURE_OPTIONS &&
       make &&
-      travis_wait $TIMEOUT make -j $JOBS verify;
+      make -j $JOBS verify;
     fi
   - if [ "$EVENT_BUILD_METHOD" = "cmake" ]; then
       export
@@ -137,7 +137,7 @@ script:
         cmake --build .;
         sudo python3 ../test-export/test-export.py shared;
       else
-        travis_wait $TIMEOUT cmake --build . --target verify;
+        cmake --build . --target verify;
       fi
     fi
   - if [ "$TOOL" == "doxygen" ]; then