forked from traefik/traefik-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (29 loc) · 724 Bytes
/
Copy path.travis.yml
File metadata and controls
36 lines (29 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
dist: xenial
# blocklist
branches:
except:
- gh-pages
notifications:
email:
on_success: never
on_failure: change
services:
- docker
env:
global:
- TMPDIR=/tmp
- ARCH=amd64
- CATTLE_HELM_UNITTEST_VERSION=v0.1.6-rancher1
install:
- curl -L https://git.io/get_helm.sh | bash -s -- -v v3.1.2
- curl -sSL -o /tmp/ct.tgz https://github.com/helm/chart-testing/releases/download/v3.0.0-beta.2/chart-testing_3.0.0-beta.2_linux_amd64.tar.gz
- tar xzf /tmp/ct.tgz -C /tmp && sudo cp /tmp/ct /usr/local/bin/ct && command -v ct
script:
- make
deploy:
- provider: pages
token: ${GITHUB_TOKEN}
target_branch: gh-pages
local_dir: repo
skip_cleanup: true
keep_history: true