Skip to content

Commit

Permalink
parallel build (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertaç Özercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jan 16, 2020
1 parent 783898f commit 0cae95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
jobs:
include:
- stage: "lint, build, unit test, e2e, dev deploy on master, release deploy"
name: "lint, build, unit test, e2e, dev deploy on master, release deploy"
before_script:
- GOLANGCILINT_VERSION=1.21.0
- GO111MODULE=on go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v${GOLANGCILINT_VERSION}
Expand All @@ -32,7 +33,7 @@ jobs:
on:
repo: open-policy-agent/gatekeeper
tags: true # only push release image tag for tags
- stage: "helm build, test"
- name: "helm build, test"
script:
- make e2e-bootstrap
- make e2e-build-load-image IMG=gatekeeper-e2e:latest
Expand Down

0 comments on commit 0cae95f

Please sign in to comment.