removed travis

This commit is contained in:
Daniel Sanche 2020-01-21 12:58:52 -08:00
parent e5e2364b48
commit b295c0abbb
2 changed files with 0 additions and 18 deletions

View file

@ -1,12 +0,0 @@
sudo: required
services:
- docker
install:
- curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.20.0/skaffold-linux-amd64
- chmod +x skaffold
- sudo mv skaffold /usr/local/bin
script:
- skaffold build --profile travis-ci

View file

@ -49,12 +49,6 @@ deploy:
manifests:
- ./kubernetes-manifests/**.yaml
profiles:
# "travis-ci" profile is used to build the images without
# pushing them.
- name: travis-ci
build:
local:
push: false
# "gcb" profile allows building and pushing the images
# on Google Container Builder without requiring docker
# installed on the developer machine. However, note that