https://github.com/EasyCrypt/easycrypt
Revision da54edb5f31e5f8a67ff1653d5a1688cc22357dc authored by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC, committed by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC
1 parent d92f237
Raw File
Tip revision: da54edb5f31e5f8a67ff1653d5a1688cc22357dc authored by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC
[pprint]: when checking that 2 programs are in sync, use alpha-eq without path norm'ion
Tip revision: da54edb
.travis.yml
sudo: required
dist: trusty
language: ocaml
branches:
  only:
  - master
  - 1.0
  - travis
services:
- docker
notifications:
  email:
  - tracker@easycrypt.info
before_install:
- docker pull strubpy/ec-build-box
script:
- >-
  docker run -v $PWD:/home/ci/easycrypt strubpy/ec-build-box
  sh -c 'cd easycrypt && opam config exec -- make'
back to top