From 97fcd7e3fe649cfa6e745456237ff74becc3270f Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Thu, 26 Sep 2019 10:42:49 -0400 Subject: [PATCH] ci: Add patch branch to branches to build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afc86fbce0..38738f66b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 'stable' + - "stable" cache: yarn: true directories: @@ -10,6 +10,7 @@ branches: only: - master - next + - patch install: - yarn global add codecov - yarn