.travis.yml 311 B

123456789101112131415
  1. language: haskell
  2. before_install:
  3. - git clone https://github.com/galoisinc/ivory
  4. - export IVORY_REPO=$PWD/ivory
  5. install:
  6. - cabal install alex
  7. - cabal install happy
  8. script:
  9. - IVORY_REPO=$IVORY_REPO make create-sandbox
  10. - IVORY_REPO=$IVORY_REPO make
  11. - IVORY_REPO=$IVORY_REPO make test
  12. ghc:
  13. - 7.8