Skip to content

Commit

Permalink
Fix Travis: install cq-bignums.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 27, 2017
1 parent cb8fc64 commit a8ecc21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ install:
- sudo apt-get update && sudo apt-get install -y opam
- opam init -y && eval $(opam config env) && opam config var root
- travis_wait opam install -y coq
- opam repo add coq-released http://coq.inria.fr/opam/released
- opam install -y coq-bignums
script: make

0 comments on commit a8ecc21

Please sign in to comment.