Skip to content

Commit

Permalink
Set INSTALLED to false
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Dec 29, 2017
1 parent e6b3133 commit 4cb535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ install:
- BENCH=${BENCH---enable-benchmarks}
- TEST=${TEST---enable-tests}
- HADDOCK=${HADDOCK-true}
- INSTALLED=${INSTALLED-true}
- INSTALLED=${INSTALLED-false}
- GHCHEAD=${GHCHEAD-false}
- travis_retry cabal update -v
- "sed -i.bak 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config"
Expand Down

0 comments on commit 4cb535f

Please sign in to comment.