From 8a676c2c0a225f0f3e2dbd50cc4e366739d745f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 28 Jan 2018 22:14:50 -0800 Subject: [PATCH] Revert "Tell Travis CI to only build on pushes to the master branch" This reverts commit 15a8446588f50c44d4f66812729b9906006261f5. Limiting build branches to only master has a side effect of not triggering automatic release builds, revert it to Travis defaults since we want release branch jobs. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7638ee7d4..2654a85bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,6 @@ defaults_js: &DEFAULTS_JS directories: - node_modules -branches: - only: - - "master" - jobs: include: - stage: Test Go code