travis: build with ghc 7.8 and clone servant from git before building
This commit is contained in:
parent
470df01c47
commit
ffb3392cff
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
language: haskell
|
||||
|
||||
ghc:
|
||||
- 7.8
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/haskell-servant/servant.git
|
||||
- cabal sandbox init
|
||||
- cabal sandbox add-source servant/
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
Loading…
Reference in a new issue