aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-11-17 00:26:37 +0100
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-11-17 00:26:37 +0100
commit01167d529e6f35a2787adf6c33f46699a7604634 (patch)
treef340883623a59a443a4983b29308899a1e3326a3
parentfb0d24223d5fcbd40e43b71383c6c16a28b3f8c3 (diff)
downloadhmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.tar.gz
hmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.tar.zst
hmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.zip
Add ~/.cabal/bin to PATH
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bc4bbe..e30975b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ env:
35 35
36before_install: 36before_install:
37 - unset CC 37 - unset CC
38 - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH 38 - export PATH=$HOME/.cabal/bin:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
39 39
40install: 40install:
41 - cabal --version 41 - cabal --version