2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 04:39:38 +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
+18 -26
View File
@@ -100,38 +100,30 @@ workflows:
- test-unit: { requires: [lint] }
- test-e2e-ssr: { requires: [lint] }
- test-e2e-browser:
name: test-e2e-firefox
browserString: firefox/headless
requires:
- test-e2e-ssr
name: test-e2e-firefox
browserString: firefox/headless
requires: [test-e2e-ssr]
- test-e2e-browser:
name: test-e2e-chrome
browserString: chrome/selenium
requires:
- test-e2e-ssr
name: test-e2e-chrome
browserString: chrome/selenium
requires: [test-e2e-ssr]
- test-e2e-browser:
name: test-e2e-ie
browserString: browserstack/local/ie:9
requires:
- test-e2e-ssr
name: test-e2e-ie
browserString: browserstack/local/ie:9
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
name: test-e2e-edge
browserString: browserstack/local/edge:15
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
name: test-e2e-safari
browserString: browserstack/local/os x=snow leopard/safari:5.1
requires: [test-e2e-ssr]
filters:
branches:
ignore: /^pull\/.*/
branches: { ignore: /^pull\/.*/ }