From 5faf9210938bbdc4c69342c652a4915e5e7d57a8 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 13 Jun 2018 10:52:15 -0700 Subject: [PATCH] ci: add 2.x_public-beta branch to travis ci build This commit contains the following changes: - add 2.x_public-beta branch to travis ci build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c4fb854..4ef59372 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: branches: only: - 2.0.x + - 2.x_public-beta install: - npm install - npm run bootstrap