Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Configure travis to build with the two latest supported Go versions (#11
Browse files Browse the repository at this point in the history
)

* Add Go 1.11.9 check

* Build with the two latest supported Go versions
  • Loading branch information
HenryGessau authored Jun 13, 2019
1 parent 0c41937 commit e03ad6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: go
go_import_path: github.com/IBM/netaddr

go:
- 1.9
- "1.11.11"
- "1.12.6"

script:
- go test -cover ./...

0 comments on commit e03ad6b

Please sign in to comment.