mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 17:33:13 +03:00
10 lines
143 B
YAML
10 lines
143 B
YAML
language: haskell
|
|
ghc: 7.6
|
|
install:
|
|
- cabal sandbox init
|
|
- cabal install Cabal
|
|
- make
|
|
script:
|
|
- make test
|
|
notifications:
|
|
email: false |