From bd1713a21b7ea8fc3e6020d4289ff2d6c4b6f5f9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 8 Dec 2017 16:34:28 -0800 Subject: Travis: fix path to ensure that installed ghc is first in path. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3b46dd94..75366b9c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ matrix: before_install: # Using compiler above sets CC to an invalid value, so unset it - unset CC -- export PATH=$PATH:/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin +- export PATH=/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH # Download and unpack the stack executable - | if [[ $BUILD == "stack" ]]; then -- cgit v1.2.3