Skip to content

Commit

Permalink
opam: use locked versions for deps! Travis broke the next 3 commits b…
Browse files Browse the repository at this point in the history
…/c of a new version of ppx_deriving_yojson.

Do upgrades locally, test, `make lock` and then commit.
  • Loading branch information
vogler committed Jul 12, 2019
1 parent ebcd958 commit 27aed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ocb() {
opam_setup() {
set -x
opam init -y -a --bare $SANDBOXING # sandboxing is disabled in travis and docker
opam switch -y create ./ --deps-only ocaml-base-compiler.4.07.1
opam switch -y create ./ --deps-only --locked ocaml-base-compiler.4.07.1
# opam install camlp4 mongo # camlp4 needed for mongo
}

Expand Down

0 comments on commit 27aed29

Please sign in to comment.