]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Fix build and add travis badge
authorJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 6 May 2015 09:52:59 +0000 (11:52 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 6 May 2015 09:53:06 +0000 (11:53 +0200)
.travis.yml
README.md
hmacaroons.cabal

index a4d9702e2cf8f9d17bc62d89a2e09a7341abe1bb..621b27544ccc556a58b1acfdbb43b3c6f62daa40 100644 (file)
@@ -35,7 +35,7 @@ script:
  # (including tests/benchmarks)
  - cabal build
 
- - cabal test
+ - cabal test --show-details=streaming
  - cabal check
 
  # tests that a source-distribution can be generated
index ea1a1e66b81eb033238978e3d7e5d2c6d86adce6..452b90a16bf117184838555e47c07bb435230f1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Macaroons: Pure haskell implementation of macaroons
+Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
 ===================================================
 
 Macaroons is a pure haskell implementation of macaroons. It aims to provide
index 41020cadab1019e962a19858017103d2ee921ca7..a2878f283d8ba0d65b89c07cfe4429a85e43bef0 100644 (file)
@@ -94,7 +94,7 @@ benchmark bench
                   byteable >= 0.1 && <0.2,
                   cereal >= 0.4,
                   cryptohash >=0.11 && <0.12,
---                  cipher-aes >=0.2 && <0.3,
+                  cipher-aes >=0.2 && <0.3,
                   hex >= 0.1,
                   deepseq >= 1.1,
                   criterion >= 1.1