[travis] Fix faulty conditional for dolmen pinning

This commit is contained in:
Guillaume Bury 2018-01-30 17:23:57 +01:00
parent fd75f536fa
commit 696002bcf7

View file

@ -34,7 +34,7 @@ before_install:
- eval `${HOME}/opam config env` - eval `${HOME}/opam config env`
- export OPAMVERBOSE=1 - export OPAMVERBOSE=1
# Testing requires the dev version of dolmen # Testing requires the dev version of dolmen
- if [ "$TO_TEST" = "tests" ]; then ${HOME}/opam pin add --dev-repo dolmen; fi - if [ "$OPAMBUILDTEST" = "true" ]; then ${HOME}/opam pin add --dev-repo dolmen; fi
install: install:
# Install dependencies # Install dependencies
- ${HOME}/opam pin add --no-action msat . - ${HOME}/opam pin add --no-action msat .