https://github.com/EasyCrypt/easycrypt
Revision 8f58725427549ffd69f9098c2fbdaaac8583e9dd authored by Pierre-Yves Strub on 27 February 2017, 13:18:47 UTC, committed by Pierre-Yves Strub on 27 February 2017, 13:18:47 UTC
1 parent 372fed8
Raw File
Tip revision: 8f58725427549ffd69f9098c2fbdaaac8583e9dd authored by Pierre-Yves Strub on 27 February 2017, 13:18:47 UTC
README (travis status)
Tip revision: 8f58725
.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