diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b59d1666d8..5d8b793758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ jobs: - ninja-build - realpath - zsh + - fish env: [ TEST_SUITE=unit, COVERAGE=true ] - python: '3.8' os: linux @@ -73,6 +74,7 @@ addons: - ninja-build - patchelf - zsh + - fish update: true # ~/.ccache needs to be cached directly as Travis is not taking care of it |