mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
[travis] Fix faulty conditional for dolmen pinning
This commit is contained in:
parent
fd75f536fa
commit
696002bcf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue