vty/.travis.yml

22 lines
364 B
YAML
Raw Normal View History

2013-10-20 10:20:49 +04:00
language: haskell
2013-10-20 10:20:49 +04:00
notifications:
email: false
matrix:
allow_failures:
- env: GHCVER=head
env:
- GHCVER=6.12.3
- GHCVER=7.2.2
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=head
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- export PATH=/opt/ghc/$GHCVER/bin:$PATH