From d67cd34eddaea97905c747efe4ce957d21c0aee2 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 22 Nov 2017 12:54:12 -0800 Subject: [PATCH] Enable building release candidate branch --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 958366292..9aff6228b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ branches: - master # enable building tags - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + - 5.14 cache: yarn: true