2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-25 10:10:33 +03:00

test(circleci): update to 2.1 config (improve readability)

This commit is contained in:
pimlie
2019-03-23 15:50:25 +01:00
committed by Pim
parent 531f5b9009
commit 5911bbde6c
+8 -16
View File
@@ -102,36 +102,28 @@ workflows:
- test-e2e-browser:
name: test-e2e-firefox
browserString: firefox/headless
requires:
- test-e2e-ssr
requires: [test-e2e-ssr]
- test-e2e-browser:
name: test-e2e-chrome
browserString: chrome/selenium
requires:
- test-e2e-ssr
requires: [test-e2e-ssr]
- test-e2e-browser:
name: test-e2e-ie
browserString: browserstack/local/ie:9
requires:
- test-e2e-ssr
requires: [test-e2e-ssr]
filters:
branches:
ignore: /^pull\/.*/
branches: { ignore: /^pull\/.*/ }
- test-e2e-browser:
name: test-e2e-edge
browserString: browserstack/local/edge:15
requires:
- test-e2e-ssr
requires: [test-e2e-ssr]
filters:
branches:
ignore: /^pull\/.*/
branches: { ignore: /^pull\/.*/ }
- test-e2e-browser:
name: test-e2e-safari
browserString: browserstack/local/os x=snow leopard/safari:5.1
requires:
- test-e2e-ssr
requires: [test-e2e-ssr]
filters:
branches:
ignore: /^pull\/.*/
branches: { ignore: /^pull\/.*/ }