From 800011306697a39a5affd31ea0ca999af15c9d7e Mon Sep 17 00:00:00 2001 From: Advay Mengle Date: Thu, 1 Aug 2019 21:08:37 -0700 Subject: [PATCH] chore(ci): build only master branch --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a65c37a..d6707dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +branches: + only: + - master language: node_js node_js: - "10"