https://github.com/EasyCrypt/easycrypt
Revision 372fed8b39556716c23d8aaa04674c54be13a7e9 authored by Pierre-Yves Strub on 27 February 2017, 13:14:53 UTC, committed by Pierre-Yves Strub on 27 February 2017, 13:14:53 UTC
1 parent bec3930
Raw File
Tip revision: 372fed8b39556716c23d8aaa04674c54be13a7e9 authored by Pierre-Yves Strub on 27 February 2017, 13:14:53 UTC
Docker boxes
Tip revision: 372fed8
.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