Skip to content

Commit

Permalink
Fixup Travis CI tests to allow CI tests for Go Tip to fail (aws#1267)
Browse files Browse the repository at this point in the history
Fixes the Travis CI tests to allow the tests targeting Go tip to fail.
  • Loading branch information
jasdel committed May 20, 2021
1 parent d72ae62 commit 6ed867d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ branches:
- main

os:
- linux
- osx
- linux
- osx
# Travis doesn't work with windows and Go tip
#- windows

go:
- tip
- tip

allow_failures:
matrix:
allow_failures:
- go: tip

before_install:
Expand Down

0 comments on commit 6ed867d

Please sign in to comment.