Skip to content

Commit

Permalink
For an opam update in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Apr 19, 2018
1 parent c6410fc commit 1a4946c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
install:
- opam init -j ${NJOBS} --switch=${COMPILER} -n -y
- eval $(opam config env)
- opam update
- opam config list
- opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev || echo "coq-core-dev registered"
- opam install -j ${NJOBS} -y camlp5.${CAMLP5_VER} ocamlfind.${FINDLIB_VER} coq.${COQ_VER}
Expand Down

0 comments on commit 1a4946c

Please sign in to comment.