https://github.com/EasyCrypt/easycrypt
Revision ec2fa269bf5ff7a1e3039ea6e06aa803f280c283 authored by Pierre-Yves Strub on 19 March 2017, 13:37:00 UTC, committed by Pierre-Yves Strub on 19 March 2017, 13:37:14 UTC
1 parent d09c1a7
Raw File
Tip revision: ec2fa269bf5ff7a1e3039ea6e06aa803f280c283 authored by Pierre-Yves Strub on 19 March 2017, 13:37:00 UTC
Splitting and fixing Int.ec
Tip revision: ec2fa26
.travis.yml
sudo: required
dist: trusty
language: ocaml
branches:
  only:
  - 1.0
  - /^deploy-.*$/
services:
- docker
env:
- TARGETS=build
- TARGETS=check
notifications:
  email:
  - tracker@easycrypt.info
before_install:
- docker pull easycryptpa/ec-build-box
script:
- >-
  docker run -v $PWD:/home/ci/easycrypt easycryptpa/ec-build-box
  sh -c "cd easycrypt && opam config exec -- make ${TARGETS}"
back to top