Disabling travis-ci build for Native Client port since it doesn't supprt std::thread and std::mutex.

This commit is contained in:
James Chen 2013-06-24 10:22:21 +08:00
parent 62902ad212
commit af93901b60
1 changed files with 2 additions and 1 deletions

View File

@ -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: