Skip to content

Commit

Permalink
Test more Go versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Oct 10, 2018
1 parent 731ea52 commit 1f2f743
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,12 @@ os:
language: go

go:
- 1.6
- 1.7
- 1.8
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- master

go_import_path: github.com/corywalker/expreduce
Expand Down

0 comments on commit 1f2f743

Please sign in to comment.