From af93901b604e898c595eb35eabb8b6deb2a3e4c7 Mon Sep 17 00:00:00 2001 From: James Chen Date: Mon, 24 Jun 2013 10:22:21 +0800 Subject: [PATCH] Disabling travis-ci build for Native Client port since it doesn't supprt std::thread and std::mutex. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb5300403c..994cff4e01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ env: - PLATFORM=linux DEBUG=1 # Since switching to C++11 only the ARM version of the nactive client # port currently builds. TODO(sbc): Re-enable all architectures. - - PLATFORM=nacl DEBUG=1 NACL_ARCH=arm + # Disabled travis-ci build for native client port since it doesn't support std::thread, std::mutex. + # - PLATFORM=nacl DEBUG=1 NACL_ARCH=arm - PLATFORM=android - PLATFORM=emscripten DEBUG=1 global: