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