#1593 Move CI from Travis to GitHub Action - fix syntax and use newest/oldest api levels

This commit is contained in:
Sean Mac Gillicuddy 2019-12-19 11:41:16 +00:00
parent e50b1ec93d
commit 5d00ab02d3

View File

@ -12,11 +12,12 @@ on:
jobs:
coverageReport:strategy:
matrix:
api-level: [21, 22]
fail-fast: false
runs-on: macOS-latest
coverageReport:
strategy:
matrix:
api-level: [21, 29]
fail-fast: false
runs-on: macOS-latest
steps:
- name: checkout
uses: actions/checkout@v1