Skip to content

Commit

Permalink
Fix opam-depext on FreeBSD again
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Sep 12, 2020
1 parent 7e60ab3 commit 39e2034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ocaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ esac
echo OCAML_VERSION=$OCAML_VERSION > .travis-ocaml.env
echo OPAM_SWITCH=$OPAM_SWITCH >> .travis-ocaml.env

# Temporary fix an issue with opam-depext < 1.1.3 on FreeBSD.
# Temporary fix an issue with opam-depext < 1.1.4 on FreeBSD.
# See https://github.com/ocaml/opam-depext/pull/123
echo export ASSUME_ALWAYS_YES=YES >> .travis-ocaml.env

Expand Down
1 change: 1 addition & 0 deletions .travis-opam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ get() {
test "$TRAVIS_REPO_SLUG" = "ocaml/ocaml-ci-scripts" || \
get .travis-ocaml.sh
sh .travis-ocaml.sh
source .travis-ocaml.env

export OPAMYES=1
eval $(opam config env)
Expand Down

0 comments on commit 39e2034

Please sign in to comment.