This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 2150a3451bd110ed528df6f3e6a805dc5b3fd147
Author: cyy <cyye...@outlook.com>
AuthorDate: Sat Jan 5 13:51:01 2019 +0800

    remove boost::thread in CI
---
 .travis.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 96e0b51..637b5d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -139,14 +139,6 @@ jobs:
     # C++ specific options: compiler plug-in, threading model
     - script: build/docker/run.sh
       env:
-        - JOB="C++98 (Boost Thread)"
-        - SCRIPT="cmake.sh"
-        - BUILD_LIBS="CPP TESTING TUTORIALS"
-        - BUILD_ARG="-DCMAKE_CXX_STANDARD=98 -DCMAKE_CXX_STANDARD_REQUIRED=ON 
-DCMAKE_CXX_EXTENSIONS=OFF -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DWITH_JAVA=OFF 
-DWITH_HASKELL=OFF"
-        - BUILD_ENV="-e CC=clang -e CXX=clang++"
-
-    - script: build/docker/run.sh
-      env:
         - JOB="C++ (Std Thread) and Plugin"
         - SCRIPT="cmake.sh"
         - BUILD_LIBS="CPP TESTING TUTORIALS"

Reply via email to