From 6f86f63708cc94b39d3c136d0fe00f850bc12330 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 17 Jan 2019 17:03:53 -0800 Subject: [PATCH] Stop building on master on Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c864184daf5..969a16cceb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: include: - env: TARGET=x86_64-unknown-linux-gnu ALT=i686-unknown-linux-gnu + if: branch != master OR type = pull_request - env: TARGET=x86_64-apple-darwin ALT=i686-apple-darwin