Skip to content

Commit

Permalink
Disabling travis-ci build for Native Client port since it doesn't sup…
Browse files Browse the repository at this point in the history
…prt std::thread and std::mutex.
  • Loading branch information
James Chen committed Jun 24, 2013
1 parent 62902ad commit af93901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af93901

Please sign in to comment.