Revision 5cef9de483f78c5ea88da20516bf1e5c4208ea49 authored by Pierre-Yves Strub on 18 March 2017, 11:25:57 UTC, committed by Pierre-Yves Strub on 18 March 2017, 11:25:57 UTC
1 parent b4427d7
Raw File
.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