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 a59410c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ before_install:
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:
- go build
- make info
- make context
- make ssh-key
- make cluster
- make cleanup
go: 1.10.x

0 comments on commit a59410c

Please sign in to comment.