Fix Travis script
This commit is contained in:
parent
56d4b8c3ee
commit
8fd60482a0
@ -22,4 +22,5 @@ install:
|
|||||||
|
|
||||||
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
||||||
script:
|
script:
|
||||||
- cabal-meta install --only-dependencies --run-tests --enable-benchmarks --force-reinstalls
|
- cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
|
||||||
|
- cabal-meta install --run-tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user