Fix travis
This commit is contained in:
parent
e462b957f2
commit
619e665e11
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ language: haskell
|
|||
ghc:
|
||||
- 7.8
|
||||
|
||||
install:
|
||||
- ghc --version
|
||||
- cabal --version
|
||||
|
||||
script:
|
||||
- ./scripts/test-all.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue