cryptol/.travis.yml

10 lines
143 B
YAML
Raw Normal View History

2014-04-28 08:27:57 +04:00
language: haskell
ghc: 7.6
install:
- cabal sandbox init
- cabal install Cabal
2014-04-28 08:27:57 +04:00
- make
script:
2014-04-28 08:54:18 +04:00
- make test
notifications:
email: false