From 0512bfc129a2c6ce6efcfed31621282e0cdfb4b8 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Thu, 26 Jul 2018 00:52:03 +0000 Subject: [PATCH] .travis.yaml: only build the master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfca503..2dcb76c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,7 @@ script: notifications: email: false + +branches: + only: + - master