Skip to content

Commit

Permalink
Bump Go version to 1.13.x
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Oct 29, 2019
1 parent e1b83d2 commit b576dd7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@ dist: trusty

jobs:
include:
- go: "1.12.1"
- go: "1.13.x"
env:
- TESTS=true
- COVERAGE=true
- go: "1.12.1"
- go: "1.13.x"
env:
- PROTO_GEN_TEST=true
- go: "1.12.1"
- go: "1.13.x"
env:
- ALL_IN_ONE=true
- go: "1.12.1"
- go: "1.13.x"
env:
- CROSSDOCK=true
- go: "1.12.1"
- go: "1.13.x"
env:
- DOCKER=true
- DEPLOY=true
- go: "1.12.1"
- go: "1.13.x"
env:
- ES_INTEGRATION_TEST=true
- go: "1.12.1"
- go: "1.13.x"
env:
- KAFKA_INTEGRATION_TEST=true
- go: "1.12.1"
- go: "1.13.x"
env:
- CASSANDRA_INTEGRATION_TEST=true
- go: "1.12.1"
- go: "1.13.x"
env:
- HOTROD=true
- stage: Fuzz regression
dist: bionic
go: 1.12.x
go: "1.13.x"
script: ./scripts/travis/fuzzit.sh local-regression
- stage: Fuzz
if: branch = master AND type IN (push)
dist: bionic
go: 1.12.x
go: "1.13.x"
script: ./scripts/travis/fuzzit.sh fuzzing

services:
Expand Down

0 comments on commit b576dd7

Please sign in to comment.