Skip to content

Commit

Permalink
Upgrade build to Go 1.15 (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Sep 24, 2020
1 parent 1b4c99e commit f3d00f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,22 +7,22 @@ dist: trusty

matrix:
include:
- go: 1.14.x
- go: 1.15.x
env:
- TESTS=true
- USE_DEP=true
- COVERAGE=true
- go: 1.14.x
- go: 1.15.x
env:
- USE_DEP=true
- CROSSDOCK=true
- go: 1.14.x
- go: 1.15.x
env:
- TESTS=true
- USE_DEP=false
- USE_GLIDE=true
# test with previous version of Go
- go: 1.13.x
- go: 1.14.x
env:
- TESTS=true
- USE_DEP=true
Expand Down

0 comments on commit f3d00f4

Please sign in to comment.