Move coverage to mac agent as it's much faster

This commit is contained in:
Daniel Imms
2018-09-15 10:40:54 -07:00
parent 8d4b5cdc55
commit 39047767e4
+4 -4
View File
@@ -25,10 +25,6 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
yarn coveralls
displayName: 'Generate and publish coverage'
- job: macOS
pool:
@@ -47,6 +43,10 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
yarn coveralls
displayName: 'Generate and publish coverage'
- job: Windows
pool: