Skip to content

Commit

Permalink
Run tests for Go 1.10 and 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren committed Sep 17, 2018
1 parent f35b8ab commit 754e334
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,10 @@ language: go
sudo: false

go:
- "1.8"
- "1.9"
- "1.10"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- tip

script:
Expand Down

0 comments on commit 754e334

Please sign in to comment.