mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
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:
@@ -14,10 +14,6 @@ defaults_js: &DEFAULTS_JS
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Test Go code
|
||||
|
||||
Reference in New Issue
Block a user