From: Eduardo San Martin Morote Date: Fri, 2 Oct 2020 11:07:08 +0000 (+0200) Subject: ci: add bs test X-Git-Tag: v4.0.0-beta.13~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa882f77b125a7f690181b49e4e317db3a99235;p=thirdparty%2Fvuejs%2Frouter.git ci: add bs test --- diff --git a/circle.yml b/circle.yml index 2edb2b5f..2f4abeb1 100644 --- a/circle.yml +++ b/circle.yml @@ -100,6 +100,9 @@ workflows: - test-e2e: requires: - install + - test-e2e-bs: + requires: + - install - test-unit: requires: - install