diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-03-28 17:54:16 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-03-28 17:54:16 -0700 |
| commit | 402200e7598833063076526d8d8a3d651da9e288 (patch) | |
| tree | 44c4b9a431505b8c69b7c9a431fa7862c24424e7 | |
| parent | a9e28b6803d263e287413efe46037a754f691bdb (diff) | |
Fix syntax
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec1ed7bfd..9b5e7eba2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,7 +100,7 @@ jobs: vmImage: 'Ubuntu-16.04' dependsOn: Download_ARM_GCC strategy: - matrix + matrix: # Nine subjobs that will go in parallel with the test job samd_m0_boards1: TRAVIS_BOARDS: 'trinket_m0 pirkey_m0 gemma_m0 sparkfun_lumidrive arduino_zero' |
