Codebase list golang-github-nlopes-slack / af374d5
Update Travis CI build matrix - Use the latest version of Go 1.7 and 1.8, not 1.7.0 and 1.8.0 - Explicitly specify Go 1.9.x and test for it Kevin Burke 6 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 language: go
11
22 go:
3 - 1.7
4 - 1.8
5 - 1.x
3 - 1.7.x
4 - 1.8.x
5 - 1.9.x
66 - tip
77
88 before_install: