Travis: use current HEAD of servant-server
This commit is contained in:
parent
4228447e91
commit
015a6feeea
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -246,3 +246,4 @@ pathGen = listOf $ elements $
|
|||
filter (not . (`elem` "?%[]/#")) $
|
||||
filter isPrint $
|
||||
map chr [0..127]
|
||||
|
||||
|
|
Loading…
Reference in a new issue