cryptol/.travis.yml

11 lines
144 B
YAML
Raw Normal View History

2014-04-28 08:27:57 +04:00
language: haskell
2017-07-05 19:39:35 +03:00
ghc: 8.0
2014-04-28 08:27:57 +04:00
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:
2017-07-05 19:39:35 +03:00
email: false