Skip to content

Commit

Permalink
run tests on go 1.9/1.10/1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Nov 3, 2018
1 parent 61f2392 commit e84a005
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ go:
- 1.6
- 1.7
- 1.8
- tip
- 1.9
- '1.10'
- '1.11'
- master

sudo: false

Expand All @@ -22,4 +25,4 @@ matrix:
allow_failures:
- go: 1.6
- go: 1.7
- go: tip
- go: master

0 comments on commit e84a005

Please sign in to comment.