Skip to content

Instantly share code, notes, and snippets.

@jacobtomlinson
Created December 9, 2019 13:37
Show Gist options
  • Save jacobtomlinson/810512ea3e5a1ce455b62c02e00529a1 to your computer and use it in GitHub Desktop.
Save jacobtomlinson/810512ea3e5a1ce455b62c02e00529a1 to your computer and use it in GitHub Desktop.
# .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