Skip to content

Commit

Permalink
Use Ubuntu 14.04 for Travis-CI builds
Browse files Browse the repository at this point in the history
The official fish-shell PPA does not build for 12.04 anymore.
  • Loading branch information
arbourd committed Jun 9, 2017
1 parent 410ab1f commit 8fd94d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
dist: trusty
sudo: required
before_install:
- sudo add-apt-repository -y ppa:fish-shell/release-2
Expand All @@ -6,4 +7,3 @@ before_install:
script:
- curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
- fish -c "fisher fishtape .; fishtape test/*.fish"

0 comments on commit 8fd94d8

Please sign in to comment.