From 77c66013dbeb2f44cfb4f0734d65da79498c8d41 Mon Sep 17 00:00:00 2001 From: neargye Date: Sun, 18 Oct 2020 21:23:35 +0300 Subject: [PATCH] update ci --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4efe496..c3df0c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ matrix: homebrew: packages: - bazel - osx_image: xcode12 + osx_image: xcode12.2 env: - CXX_COMPILER=clang++ CC_COMPILER=clang @@ -129,7 +129,10 @@ script: - cmake --build . --config Release -- -j${JOBS} - ctest --output-on-failure -C Release -j${JOBS} - cd .. - - bazel test //... --curses no -j ${JOBS} + - | + if command -v bazel &> /dev/null; then + bazel test //... --curses no -j ${JOBS} + fi notifications: email: false