hello travisci

This commit is contained in:
Chris Allen 2014-05-06 13:01:13 -05:00
parent 3bfd6c0f65
commit 74dfb7eb6d

View File

@ -24,7 +24,7 @@ before_install:
install:
- cabal-1.18 update
- cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks
- cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
# 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