Test on Ubuntu 18.04; adapt README.

This commit is contained in:
Raphael Reitzig 2019-11-06 21:18:41 +01:00
parent ac99d1464c
commit 745e8441d2
2 changed files with 9 additions and 5 deletions

View file

@ -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

View file

@ -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