Travis: use current HEAD of servant-server

This commit is contained in:
Timo von Holtz 2015-01-28 21:00:28 +11:00
parent 4228447e91
commit 015a6feeea
2 changed files with 3 additions and 0 deletions

View file

@ -5,8 +5,10 @@ ghc:
before_install:
- git clone https://github.com/haskell-servant/servant.git
- git clone https://github.com/haskell-servant/servant-server.git
- cabal sandbox init
- cabal sandbox add-source servant/
- cabal sandbox add-source servant-server/
notifications:
irc:

View file

@ -246,3 +246,4 @@ pathGen = listOf $ elements $
filter (not . (`elem` "?%[]/#")) $
filter isPrint $
map chr [0..127]