cryptol/.travis.yml

25 lines
437 B
YAML
Raw Normal View History

2017-07-05 19:58:04 +03:00
dist: trusty
sudo: false
language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.cabal/bin:$PATH
2014-04-28 08:27:57 +04:00
install:
- cabal sandbox init
- cabal install Cabal
2014-04-28 08:27:57 +04:00
- make
2017-07-05 19:58:04 +03:00
2014-04-28 08:27:57 +04:00
script:
2014-04-28 08:54:18 +04:00
- make test
2017-07-05 19:58:04 +03:00
2014-04-28 08:54:18 +04:00
notifications:
2017-07-05 19:39:35 +03:00
email: false