aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis/build.sh
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/build.sh
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/build.sh')
-rwxr-xr-x.travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 59ca60e536..0a160ee5d4 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -27,7 +27,7 @@ if [[ $TRAVIS_OS_NAME = 'osx' ]]; then
cat .travis/jdk7.WORKSPACE >WORKSPACE
# Ignore zip tests as they requires to much space and jdk8 stuff
cat <<'EOF' >.bazelrc
-build --test_tag_filters -zip,-jdk8
+build --test_tag_filters -zip,-jdk8,-skyframe
EOF
export BAZELRC=$PWD/.bazelrc
./compile.sh all