diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 00:26:37 +0100 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 00:26:37 +0100 |
commit | 01167d529e6f35a2787adf6c33f46699a7604634 (patch) | |
tree | f340883623a59a443a4983b29308899a1e3326a3 /.travis.yml | |
parent | fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3 (diff) | |
download | hmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.tar.gz hmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.tar.zst hmacaroons-01167d529e6f35a2787adf6c33f46699a7604634.zip |
Add ~/.cabal/bin to PATH
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 | ||
36 | before_install: | 36 | before_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 | ||
40 | install: | 40 | install: |
41 | - cabal --version | 41 | - cabal --version |