aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-16 15:41:08 +0000
committerGravatar John Field <jfield@google.com>2015-06-17 15:21:55 +0000
commita214a7cdb7d51b146ba1d6a972a5140832bae3f6 (patch)
tree4c3772701f9da16655bfbacfc19c71e8d02fe17b /.travis.yml
parent65292359e1697aa7c6ce7eba6b462f25578c5011 (diff)
Activating OS X Travis Build
Also marking //src/test/java:skyframe_test as slow until we can correctly debug the timeout flakyness of this test on Travis OS X. -- MOS_MIGRATED_REVID=96110784
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5318e4e0e5..8338e81e18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ notifications:
# Allow sudo for running apt-get.
sudo: required
+os:
+ - linux
+ - osx
language: cpp
compiler:
- clang