diff options
author | Simon Hengel <sol@typeful.net> | 2012-08-06 11:38:35 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-08-06 11:38:35 +0200 |
commit | 411ffab1d86ded9e9f9a8e35016703fc52c83e73 (patch) | |
tree | 78a3665b111aef3b956bbf5715ee6a1a2b2997da | |
parent | f85cee026f44385c018c673f5c75122306a31ee0 (diff) | |
download | hakyll-411ffab1d86ded9e9f9a8e35016703fc52c83e73.tar.gz |
Update travis-ci config
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 626efd1..999bd37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1 @@ language: haskell -before_script: - - "cabal install HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2" |