Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
(fix) CircleCI configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Nov 29, 2018
1 parent 623f159 commit 2fe17e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: sudo npm install -g [email protected]
- run: sudo wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh -O - | sh -s /usr/local/bin
- run: export TERM=dumb && opam init -a
- run: export TERM=dumb && opam switch 4.07.0
- run: export TERM=dumb && opam switch 4.06.1
- run: eval `opam config env`
- run: export TERM=dumb && opam repo add coq-released https://coq.inria.fr/opam/released || true
- run: export TERM=dumb && opam update || true
Expand Down

0 comments on commit 2fe17e8

Please sign in to comment.