Revert "Tell Travis CI to only build on pushes to the master branch"

This reverts commit 15a8446588.

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.
This commit is contained in:
Łukasz Mierzwa
2018-01-28 22:14:50 -08:00
parent eabb4a2f46
commit 8a676c2c0a

View File

@@ -14,10 +14,6 @@ defaults_js: &DEFAULTS_JS
directories:
- node_modules
branches:
only:
- "master"
jobs:
include:
- stage: Test Go code