Skip to content

Commit

Permalink
Upgrade Go to 1.12.1 (#1437)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Mar 20, 2019
1 parent effb9a5 commit d97246c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ dist: trusty

matrix:
include:
- go: "1.11.1"
- go: "1.12.1"
env:
- TESTS=true
- COVERAGE=true
- go: "1.11.1"
- go: "1.12.1"
env:
- PROTO_GEN_TEST=true
- go: "1.11.1"
- go: "1.12.1"
env:
- ALL_IN_ONE=true
- go: "1.11.1"
- go: "1.12.1"
env:
- CROSSDOCK=true
- go: "1.11.1"
- go: "1.12.1"
env:
- DOCKER=true
- DEPLOY=true
- go: "1.11.1"
- go: "1.12.1"
env:
- ES_INTEGRATION_TEST=true
- go: "1.11.1"
- go: "1.12.1"
env:
- KAFKA_INTEGRATION_TEST=true
- go: "1.11.1"
- go: "1.12.1"
env:
- CASSANDRA_INTEGRATION_TEST=true
- go: "1.11.1"
- go: "1.12.1"
env:
- HOTROD=true

Expand Down

0 comments on commit d97246c

Please sign in to comment.