Update mynewt travis test to use go 1.12

`newt` was recently updated to build with go module and requires go
1.12.

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2019-06-27 09:17:32 -03:00 committed by Fabio Utzig
parent 4bd4c7cfb9
commit cf17561fbb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ matrix:
language: go language: go
env: TEST=mynewt env: TEST=mynewt
go: go:
- "1.11" - "1.12"
before_install: before_install:
- | - |