Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit e270c62

Browse files
author
Abigail Magalhães
committed
try testing more
1 parent 32e328f commit e270c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121

2222
script:
2323
- stack --no-terminal build --fast --test --no-run-tests --ghc-options "-Werror -fmax-pmcheck-iterations=5000000"
24-
- env AMC_LIBRARY_PATH=$PWD/lib/ stack --no-terminal test --fast --ghc-options "-Werror -fmax-pmcheck-iterations=5000000" --test-arguments "--xml junit.xml --display t --hedgehog-tests 1000 --timeout 80"
24+
- env AMC_LIBRARY_PATH=$PWD/lib/ stack --no-terminal test --fast --ghc-options "-Werror -fmax-pmcheck-iterations=5000000" --test-arguments "--xml junit.xml --display t --hedgehog-tests 5000 --timeout 80"
2525
- stack --no-terminal exec --package=hlint -- hlint --git
2626

2727
notifications:

0 commit comments

Comments
 (0)