Skip to content

Commit

Permalink
travis: run both Go versions on osx and windows
Browse files Browse the repository at this point in the history
This simplifies build matrix maintenance and is paid for by the previous
removal of the third last Go version support tests.
  • Loading branch information
kortschak committed Oct 13, 2019
1 parent ae40861 commit 33d22ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -36,32 +36,22 @@ matrix:
fast_finish: true
exclude:
- os: osx
go: 1.13.x
env: TAGS="-tags bounds"
- os: osx
go: 1.13.x
env: TAGS="-tags noasm"
- os: osx
go: 1.13.x
env: TAGS="-tags appengine"

- os: osx
go: 1.12.x
- os: osx
go: master

- os: windows
go: 1.13.x
env: TAGS="-tags bounds"
- os: windows
go: 1.13.x
env: TAGS="-tags noasm"
- os: windows
go: 1.13.x
env: TAGS="-tags appengine"

- os: windows
go: 1.12.x
- os: windows
go: master
allow_failures:
Expand Down

0 comments on commit 33d22ed

Please sign in to comment.