Skip to content

Commit

Permalink
Merge pull request #123 from wking/prune-prow-from-travis
Browse files Browse the repository at this point in the history
.travis.yml: Prune moved-to-Prow tf-lint, etc.
  • Loading branch information
openshift-merge-robot authored Aug 15, 2018
2 parents 1324323 + 1765e93 commit 1a06e47
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,7 @@ branches:
jobs:
include:
- stage: Lint & Test
script: ./hack/tf-lint.sh
name: Terraform lint
- script: ./hack/yaml-lint.sh
name: YAML lint
- script: ./hack/shellcheck.sh
name: shellcheck
- script: ./hack/tf-fmt.sh
name: Terraform format
- script: ./hack/gotest.sh
script: ./hack/gotest.sh
name: Installer unit tests
- script: "docker run -v $PWD:/go/src/github.com/openshift/installer -w /go/src/github.com/openshift/installer quay.io/coreos/golang-testing go vet ./installer/..."
name: Go vet
- script: "docker run -v $PWD:$PWD -w $PWD quay.io/coreos/golang-testing golint -set_exit_status installer/..."
name: Go lint
- stage: Build
script: ./hack/test-bazel-build-tarball.sh
name: Build tarball

0 comments on commit 1a06e47

Please sign in to comment.