From 745e8441d25d18695106c75623665ef307df9345 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Wed, 6 Nov 2019 21:18:41 +0100 Subject: [PATCH] Test on Ubuntu 18.04; adapt README. --- .travis.yml | 8 ++++---- README.md | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35aa2f9..57fd501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index c5ace6f..38e6031 100644 --- a/README.md +++ b/README.md @@ -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