OSDN Git Service

tests still timeout
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 9 Jun 2019 12:05:04 +0000 (12:05 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 9 Jun 2019 12:05:04 +0000 (12:05 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
.travis.yml

index 4433e5d..e50010b 100644 (file)
@@ -19,6 +19,6 @@ script:
     - if [ "$CXX" == "clang++" ];then cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=TRUE -DKATIE_UTILS=ON -Wno-dev ;fi
     - if [ "$CXX" == "g++" ];then cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=TRUE -DKATIE_UTILS=ON -DKATIE_ALLINONE=ON -Wno-dev ;fi
     - ninja
-    - if [ "$CXX" == "g++" ];then ninja test ;fi
 # the tests/benchmarks take more then 1-hour and Travis times out,
-# despite the documentaiton for the service claiming the timeout is longer
+# also the tests output is not verbose and trigger Travis hang
+# protection