mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-27 21:58:11 -07:00
Add preliminary tests for fish 3.
This commit is contained in:
parent
aa13155167
commit
593d12b648
1 changed files with 10 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,14 @@
|
||||||
|
env:
|
||||||
|
- FISH=release-2
|
||||||
|
- FISH=release-3
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: FISH=release-3
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:fish-shell/release-2
|
- sudo add-apt-repository -y ppa:fish-shell/${FISH}
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install fish
|
- sudo apt-get -y install fish
|
||||||
- curl -s "https://get.sdkman.io" | bash
|
- curl -s "https://get.sdkman.io" | bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue