Skip to content

Commit

Permalink
Fix Linux tests: add fish PPAs correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzig committed Nov 6, 2019
1 parent b5bec7b commit ed6039e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ matrix:
addons:
apt:
sources:
- ppa:fish-shell/release-2
- sourceline: "ppa:fish-shell/release-2"
packages:
- fish
- dist: bionic
env: FISH=3
addons:
apt:
sources:
- ppa:fish-shell/release-3
- sourceline: "ppa:fish-shell/release-3"
packages:
- fish
- os: osx
Expand Down

0 comments on commit ed6039e

Please sign in to comment.