Skip to content

Commit

Permalink
optimize build to run E2E test only one time
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Aug 16, 2018
1 parent a38d39d commit b408f1c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ script:
- golint cmd/ pkg/
- go test -v ./...
- go build
- make info
- make context
- make ssh-key
- make cluster
- make cleanup

jobs:
include:
- stage: e2e test
script:
- make info
- make context
- make ssh-key
- make cluster
- make cleanup
go: 1.10.x

0 comments on commit b408f1c

Please sign in to comment.