Skip to content

Commit

Permalink
Fix bug travis with go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed May 6, 2018
1 parent ab0a9fc commit c32564f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ language: go
sudo: false

go:
- 1.6.3
- 1.7
- 1.8
- 1.9
- 1.10
- tip
- "1.7.x"
- "1.8.x"
- "1.9"
- "1.10"
- "tip"

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./vimeo
Expand Down

0 comments on commit c32564f

Please sign in to comment.