Skip to content
Snippets Groups Projects
Commit 34518a4e authored by erthalion's avatar erthalion
Browse files

Some fixes for travis ci and cdp

remove cmd package from travis (it's complaining because
there are no tests), and add apt-get update for cdp.
parent 8967a3be
No related branches found
No related tags found
No related merge requests found
...@@ -17,4 +17,4 @@ install: ...@@ -17,4 +17,4 @@ install:
- make deps - make deps
script: script:
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -package ./cmd/... -v - travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v
...@@ -6,6 +6,9 @@ pipeline: ...@@ -6,6 +6,9 @@ pipeline:
GOPATH: /root/go GOPATH: /root/go
OPERATOR_TOP_DIR: /root/go/src/github.com/zalando-incubator OPERATOR_TOP_DIR: /root/go/src/github.com/zalando-incubator
commands: commands:
- desc: 'Update'
cmd: |
apt-get update
- desc: 'Install required build software' - desc: 'Install required build software'
cmd: | cmd: |
apt-get install -y make git apt-transport-https ca-certificates curl apt-get install -y make git apt-transport-https ca-certificates curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment