From 70c5b898a95955fc1aa1fe899e58a6ba45ba6462 Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Wed, 13 Jun 2018 14:22:15 -0400 Subject: [PATCH] Only build master branch and PRs on Travis CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04043f651..a25bf738d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ services: install: true +branches: + only: + - master + # Stop default database instances here to avoid port conflicts. before_script: - sudo service mysql stop