Skip to content

Commit

Permalink
chore(build): bump go version to 1.14.7 and allow ppc jobs to fail in…
Browse files Browse the repository at this point in the history
… travis (#1747)

- bump go version to 1.14.7
- Allowed ppc job to fail in the build matrix
  without causing the entire build to fail

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
  • Loading branch information
prateekpandey14 committed Sep 11, 2020
1 parent c74d7d1 commit a53fe4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ env:
- MINIKUBE_HOME=$HOME
- CHANGE_MINIKUBE_NONE_USER=true
- KUBECONFIG=$HOME/.kube/config
- CAN_FAIL=true

jobs:
allow_failures:
env:
- CAN_FAIL=true
include:
- os: linux
arch: amd64
Expand All @@ -25,6 +29,7 @@ jobs:
arch: ppc64le
env:
- RELEASE_TAG_DOWNSTREAM=0
- CAN_FAIL=true

services:
- docker
Expand All @@ -35,7 +40,7 @@ cache:
directories:
- $HOME/.cache/go-build
go:
- 1.14.4
- 1.14.7

addons:
apt:
Expand Down

0 comments on commit a53fe4f

Please sign in to comment.