Skip to content

Commit 9e6b6af

Browse files
committed
travis: change OPAMCRITERIA
Don't try to minimize not up-to-date packages at all.
1 parent 8c1c513 commit 9e6b6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ opam --git-version
2626
(cd $HOME && curl "https://s3.amazonaws.com/opam-street/opam-street.${OCAML_VERSION}_${OPAM_VERSION}.tar.gz" | tar xz)
2727
eval `opam config env`
2828
export CAML_LD_LIBRARY_PATH="$EXTRA_LD_LIBRARY_PATH:$CAML_LD_LIBRARY_PATH"
29+
export OPAMCRITERIA="-removed,-changed,-notuptodate"
2930
opam install ${OPAM_DEPENDS}
3031

3132
for fdep in $FRENETIC_DEPENDS; do

0 commit comments

Comments
 (0)