mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
Test on Ubuntu 18.04; adapt README.
This commit is contained in:
parent
ac99d1464c
commit
745e8441d2
2 changed files with 9 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- dist: bionic
|
||||||
env: FISH=2
|
env: FISH=2
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: "ppa:fish-shell/release-2"
|
- ppa:fish-shell/release-2
|
||||||
packages:
|
packages:
|
||||||
- fish
|
- fish
|
||||||
- os: linux
|
- dist: bionic
|
||||||
env: FISH=3
|
env: FISH=3
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: "ppa:fish-shell/release-3"
|
- ppa:fish-shell/release-3
|
||||||
packages:
|
packages:
|
||||||
- fish
|
- fish
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
@ -5,7 +5,11 @@
|
||||||
Makes command `sdk` from [SDKMAN!] usable from fish, including auto-completion.
|
Makes command `sdk` from [SDKMAN!] usable from fish, including auto-completion.
|
||||||
Also adds binaries from installed SDKs to the PATH.
|
Also adds binaries from installed SDKs to the PATH.
|
||||||
|
|
||||||
Tested with fish 2.7.1 and 3.0.2, and SDKMAN! 5.7.3.
|
Version 1.4.0 tested with
|
||||||
|
|
||||||
|
- fish 2.7.1 and 3.0.2, and
|
||||||
|
- SDKMAN! 5.7.4, on
|
||||||
|
- Ubuntu 18.04 LTS and macOS 10.13
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue