mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -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:
|
||||
include:
|
||||
- os: linux
|
||||
- dist: bionic
|
||||
env: FISH=2
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "ppa:fish-shell/release-2"
|
||||
- ppa:fish-shell/release-2
|
||||
packages:
|
||||
- fish
|
||||
- os: linux
|
||||
- dist: bionic
|
||||
env: FISH=3
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "ppa:fish-shell/release-3"
|
||||
- ppa:fish-shell/release-3
|
||||
packages:
|
||||
- fish
|
||||
- os: osx
|
||||
|
|
|
@ -5,7 +5,11 @@
|
|||
Makes command `sdk` from [SDKMAN!] usable from fish, including auto-completion.
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue