fix tests

This commit is contained in:
Michael Zhang 2020-06-04 05:32:49 -05:00
parent a4c7f5bcf3
commit ec45376417
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -5,7 +5,9 @@ sources:
- https://git.sr.ht/~iptq/logical-foundations - https://git.sr.ht/~iptq/logical-foundations
tasks: tasks:
- setup: | - setup: |
opam install coq=8.8.1 opam init -yc 4.09.1
opam install -y coq=8.8.1
- build: | - build: |
eval $(opam env)
cd logical-foundations cd logical-foundations
make make