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:
|
ghc:
|
||||||
- 7.8
|
- 7.8
|
||||||
|
|
||||||
|
install:
|
||||||
|
- ghc --version
|
||||||
|
- cabal --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/test-all.sh
|
- ./scripts/test-all.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue