Skip to content

Commit

Permalink
Merge pull request #2517 from dgageot/remove-duplicate-go
Browse files Browse the repository at this point in the history
Remove duplicate go version
  • Loading branch information
priyawadhwa authored Jul 22, 2019
2 parents 93a6308 + 984edbb commit 3f06121
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: xenial

language: go
go: "1.12.x"

git:
submodules: false
Expand All @@ -10,7 +11,6 @@ go_import_path: github.com/GoogleContainerTools/skaffold
jobs:
include:
- os: linux
go: "1.12.x"
env:
- TEST_TYPE=unit # this is not used, just purely for nice UI distinction on Travis
script:
Expand All @@ -19,7 +19,6 @@ jobs:
after_success:
- bash <(curl -s https://codecov.io/bash)
- os: osx
go: "1.12.x"
env:
- TEST_TYPE=unit # this is not used, just purely for nice UI distinction on Travis
script:
Expand All @@ -28,14 +27,12 @@ jobs:
after_success:
- bash <(curl -s https://codecov.io/bash)
- os: windows
go: "1.12.x"
env:
- TEST_TYPE=unit # this is not used, just purely for nice UI distinction on Travis
script:
- go build -o out/skaffold.exe cmd/skaffold/skaffold.go
- go test -short -timeout 60s ./...
- os: linux
go: "1.12.x"
env:
- TEST_TYPE=integration # this is not used, just purely for nice UI distinction on Travis
before_install:
Expand Down

0 comments on commit 3f06121

Please sign in to comment.