From 59d53f2968ba8fb7347254b77f415bd8bcd99fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sat, 1 Apr 2017 11:40:46 +0200 Subject: [PATCH] Only build master branch and PRs with Travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e268c75..1199eb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +branches: + only: + - master node_js: - "7" - "6"