Update travis to run go 1.9.2

atomic-update
Chris Bednarski 7 years ago
parent 75cfaa6e93
commit ce94a81831

3
.gitignore vendored

@ -3,4 +3,5 @@
/hostess_*
/coverage.out
/coverage.html
/.vscode
/.vscode
/.idea

@ -1,7 +1,7 @@
language: go
go:
- 1.7.4
- 1.9.2
- master
notifications:

Loading…
Cancel
Save