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

Commit

Permalink
Move gimme under scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay committed Feb 22, 2018
1 parent 0e2461e commit 4e7da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ os:
- osx
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gimme; fi
- eval "$(gimme stable)"
- git clone https://github.com/asdf-vm/asdf.git asdf
- . asdf/asdf.sh
script:
- eval "$(gimme stable)"
- asdf plugin-add ksonnet ./
- asdf list-all ksonnet
- asdf plugin-test ksonnet ./ 'ks version'
Expand Down

0 comments on commit 4e7da76

Please sign in to comment.