From 8fd94d8e62eafd06bba55c1fa7055cb87de8efce Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Fri, 9 Jun 2017 18:59:50 -0400 Subject: [PATCH] Use Ubuntu 14.04 for Travis-CI builds The official fish-shell PPA does not build for 12.04 anymore. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cd2390..6a3a426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty sudo: required before_install: - sudo add-apt-repository -y ppa:fish-shell/release-2 @@ -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" -