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.
This commit is contained in:
		
							parent
							
								
									8967a3be2c
								
							
						
					
					
						commit
						34518a4eb0
					
				|  | @ -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: | ||||||
|         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 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue