https://github.com/EasyCrypt/easycrypt
Revision 532fd5d0a3f696121ac26ccc969d4da0ea8b9769 authored by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC, committed by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC
1 parent 249f7c1
Raw File
Tip revision: 532fd5d0a3f696121ac26ccc969d4da0ea8b9769 authored by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC
update copyright meta-data
Tip revision: 532fd5d
.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