From 0704ce06d73f483d935a3f0670679fd1bbdf4789 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 10 Apr 2020 14:21:52 +0200 Subject: [PATCH] Only build master branch to avoid duplicate builds (#144) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8cba2f..2316193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ after_success: node_js: - "10" - "12" +branches: + only: + - master