Created
December 9, 2019 13:37
-
-
Save jacobtomlinson/810512ea3e5a1ce455b62c02e00529a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .travis.yml | |
sudo: required | |
language: python | |
python: | |
- "3.6" | |
install: | |
- curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash | |
- helm init --client-only | |
script: | |
- helm lint example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment