Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Add support for the ks tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay committed Feb 22, 2018
1 parent f9a397a commit 9490a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.9.4
golang 1.10
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ before_script:
- git clone https://github.com/asdf-vm/asdf.git asdf
- . asdf/asdf.sh
script:
- asdf plugin-add ksonnet ./
- asdf list-all ksonnet
- asdf plugin-test ksonnet ./ 'ks version'
- asdf plugin-add kubecfg ./
- asdf list-all kubecfg
- asdf plugin-test kubecfg ./ 'kubecfg version'

0 comments on commit 9490a3d

Please sign in to comment.