mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -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`
|
||||
- export OPAMVERBOSE=1
|
||||
# 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 dependencies
|
||||
- ${HOME}/opam pin add --no-action msat .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue