mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
Merge branch 'dev'
This commit is contained in:
commit
ff58e3f759
2 changed files with 16 additions and 10 deletions
24
.travis.yml
24
.travis.yml
|
@ -1,6 +1,14 @@
|
||||||
|
env:
|
||||||
|
- FISH=release-2
|
||||||
|
- FISH=release-3
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: FISH=release-3
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:fish-shell/release-2
|
- sudo add-apt-repository -y ppa:fish-shell/${FISH}
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install fish
|
- sudo apt-get -y install fish
|
||||||
- curl -s "https://get.sdkman.io" | bash
|
- curl -s "https://get.sdkman.io" | bash
|
||||||
|
@ -12,12 +20,8 @@ install:
|
||||||
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
|
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
|
||||||
- cp functions/* "${HOME}"/.config/fish/functions/
|
- cp functions/* "${HOME}"/.config/fish/functions/
|
||||||
|
|
||||||
jobs:
|
script:
|
||||||
include:
|
- ruby test/completion.rb
|
||||||
- stage: Completion Tests
|
- fish test/wrapper.fish
|
||||||
script: ruby test/completion.rb
|
- bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish
|
||||||
- stage: General Wrapper Tests
|
|
||||||
script: fish test/wrapper.fish
|
|
||||||
- stage: Ticket-specific tests
|
|
||||||
script:
|
|
||||||
- bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ Also provides auto-completion and adds binaries from installed SDKs to the PATH.
|
||||||
|
|
||||||
Tested with fish 2.7.1 and SDKMAN! 5.7.3.
|
Tested with fish 2.7.1 and SDKMAN! 5.7.3.
|
||||||
|
|
||||||
|
:warning: Tests indicate that fish 3.x is incompatible.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
With [fisher] (install separately):
|
With [fisher] (install separately):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue