Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Nov 9, 2018
1 parent d4974bb commit f5af5bd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- EXTRA_REMOTES="https://coq.inria.fr/opam/released https://coq.inria.fr/opam/extra-dev"
matrix:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.07
os:
- linux
- osx
matrix:
fast_finish: true
allow_failures:
- os: osx
cache:
apt: true
directories:
- $HOME/.opam
- $HOME/Library/Caches/Homebrew
3 changes: 2 additions & 1 deletion opam → coq-itree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ opam-version: "1.2"
name: "coq-itree"
version: "dev"
maintainer: "Li-yao Xia <lysxia@gmail.com>"
synopsis: "Formalization of the Interaction Tree Datatype in Coq"

homepage: "https://github.com/DeepSpec/InteractionTrees"
dev-repo: "https://github.com/DeepSpec/InteractionTrees"
dev-repo: "git+https://github.com/DeepSpec/InteractionTrees"
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
license: "MIT"

Expand Down

0 comments on commit f5af5bd

Please sign in to comment.