#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: jobs:
coverageReport:strategy: coverageReport:
matrix: strategy:
api-level: [21, 22] matrix:
fail-fast: false api-level: [21, 29]
runs-on: macOS-latest fail-fast: false
runs-on: macOS-latest
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v1 uses: actions/checkout@v1