Merge pull request #3 from longsleep/longsleep-add-newer-gos-to-travis

Add Go 1.9, 1.10, 1.11 to travis
This commit is contained in:
Simon Eisenmann 2018-10-08 19:20:57 +02:00 committed by GitHub
commit 6dc87ef592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,13 @@
language: go language: go
go: go:
- 1.5 - "1.5"
- 1.6 - "1.6"
- 1.7 - "1.7"
- 1.8 - "1.8"
- tip - "1.9"
- "1.10"
- "1.11"
- "tip"
install: make install: make