cryptol/.travis.yml
2014-04-27 21:54:18 -07:00

10 lines
143 B
YAML

language: haskell
ghc: 7.6
install:
- cabal sandbox init
- cabal install Cabal
- make
script:
- make test
notifications:
email: false