]> granicus.if.org Git - json-c/commitdiff
remove useless condition that shows logs
authorandy5995 <andy400-dev@yahoo.com>
Thu, 25 Jul 2019 19:11:31 +0000 (14:11 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Sat, 27 Jul 2019 03:24:12 +0000 (22:24 -0500)
.travis.yml

index 0ec1da656d60c82751c42852406698c61604cd33..d6e2556a190fd7680afce02058d2e8d88ddd3008 100644 (file)
@@ -94,12 +94,6 @@ script:
       if [ "$TRAVIS_OS_NAME" = "osx" ]; then\r
         brew install doxygen;\r
       fi;\r
-      make check;\r
-      result=$?;\r
-      if [ $result != 0 ]; then\r
-        cat tests/*.log;\r
-        exit $result;\r
-      fi;\r
       make distcheck;\r
       if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi;\r
     fi\r