Skip to content

Commit

Permalink
Merge pull request #521 from stripe/ob-test-go-1.10
Browse files Browse the repository at this point in the history
Start testing Go 1.10
  • Loading branch information
ob-stripe authored Feb 16, 2018
2 parents faa29f2 + 39cfc8b commit 9e0aa22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ cache:

env:
global:
- STRIPE_MOCK_VERSION=0.7.0
- STRIPE_MOCK_VERSION=0.8.0

go:
- 1.7
- 1.8
- 1.9
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- tip

language: go
Expand Down

0 comments on commit 9e0aa22

Please sign in to comment.