mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
Reformat .travis.yml
This commit is contained in:
parent
0d080212d2
commit
3055e88e1f
1 changed files with 17 additions and 18 deletions
35
.travis.yml
35
.travis.yml
|
@ -1,28 +1,27 @@
|
||||||
env:
|
env:
|
||||||
- FISH=release-2
|
- FISH=release-2
|
||||||
- FISH=release-3
|
- FISH=release-3
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: FISH=release-3
|
- env: FISH=release-3
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:fish-shell/${FISH}
|
- 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
|
||||||
- bash test/prepare_tests.sh
|
- bash test/prepare_tests.sh
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir -p "${HOME}"/.config/fish/{completions,conf.d,functions}
|
- mkdir -p "${HOME}"/.config/fish/{completions,conf.d,functions}
|
||||||
- cp completions/* "${HOME}"/.config/fish/completions/
|
- cp completions/* "${HOME}"/.config/fish/completions/
|
||||||
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
|
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
|
||||||
- cp functions/* "${HOME}"/.config/fish/functions/
|
- cp functions/* "${HOME}"/.config/fish/functions/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ruby test/completion.rb
|
- ruby test/completion.rb
|
||||||
- fish test/wrapper.fish
|
- fish test/wrapper.fish
|
||||||
- fish test/reinitialize.fish
|
- fish test/reinitialize.fish
|
||||||
- bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish
|
- bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue