We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f8295 commit d01c743Copy full SHA for d01c743
1 file changed
.travis.yml
@@ -33,7 +33,8 @@ install:
33
- cabal --version
34
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
35
- travis_retry cabal update
36
- - cabal install -v --configure-option '-f build-examples' --only-dependencies --enable-tests
+ - cabal install -v --only-dependencies --enable-tests
37
+ - cabal install -v case-conversion
38
39
before_script:
40
- psql -U postgres -c 'create database test_db;'
0 commit comments