We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57982e commit 58f8295Copy full SHA for 58f8295
1 file changed
.travis.yml
@@ -33,7 +33,7 @@ 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 --only-dependencies --enable-tests
+ - cabal install -v --configure-option '-f build-examples' --only-dependencies --enable-tests
37
38
before_script:
39
- psql -U postgres -c 'create database test_db;'
0 commit comments