aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45796f3..67c3e30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ script:
85 fi 85 fi
86 - cabal build # this builds all libraries and executables (including tests/benchmarks) 86 - cabal build # this builds all libraries and executables (including tests/benchmarks)
87 - run-cabal-test test 87 - run-cabal-test test
88 - cabal bench 88 - cabal bench --benchmark-options="--output benchmark.html"
89 - cabal check 89 - cabal check
90 - cabal sdist # tests that a source-distribution can be generated 90 - cabal sdist # tests that a source-distribution can be generated
91 # Check that the resulting source distribution can be built & installed. 91 # Check that the resulting source distribution can be built & installed.