diff --git a/.travis.yml b/.travis.yml index d5dbbdcd..c3cf475f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. 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