From f120f0c77c0feeea7947a22a2b848db342ee60f4 Mon Sep 17 00:00:00 2001 From: johltn Date: Sun, 3 Jan 2021 14:42:49 +0100 Subject: [PATCH] Added travis_wait to CMake command --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71ea434f9f..917d2aa29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ script: -DJSON_INCLUDE_DIR=/usr/include/json \ -DBUILD_DOCUMENTATION=On \ .. - - sudo make -j2 install + - travis_wait sudo make -j2 install # - cd ../../test # - /usr/bin/python2.7 tests.py @@ -95,4 +95,4 @@ after_success: - git config user.name "IfcOpenBot" - git add . - git commit -m "${MESSAGE}" - - git push + - travis_wait git push