From 593d12b648954ec7d64531b2af1c88e6f3326b13 Mon Sep 17 00:00:00 2001 From: Raphael R <4246780+reitzig@users.noreply.github.com> Date: Sun, 21 Jul 2019 21:22:46 +0200 Subject: [PATCH] Add preliminary tests for fish 3. --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb34a4b..ec26f3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,14 @@ +env: +- FISH=release-2 +- FISH=release-3 + +matrix: + allow_failures: + - env: FISH=release-3 + sudo: required 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 -y install fish - curl -s "https://get.sdkman.io" | bash @@ -20,4 +28,4 @@ jobs: script: fish test/wrapper.fish - stage: Ticket-specific tests script: - - bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish \ No newline at end of file + - bash -c "sdk install crash 1.3.0; sdk uninstall crash 1.3.0"; fish test/10_zombies_new.fish