Skip to content

Commit

Permalink
travis: remove some uneeded integration runs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestc committed Apr 17, 2018
1 parent 8c5553d commit d1c3bc8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,10 @@ jobs:
script: make test
env: GOARCH=386
go: "master"
- stage: integration
script: make integration
env: GOARCH=386
go: "1.10.x"
- stage: integration
script: make integration
env: GOARCH=amd64
go: "1.10.x"
- stage: integration
script: make integration
env: GOARCH=amd64
go: "master"
- stage: integration
script: make integration
env: GOARCH=386
go: "master"
- stage: push to docker
script:
- echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
Expand Down

0 comments on commit d1c3bc8

Please sign in to comment.