Skip to content

Commit de92316

Browse files
committed
travis: Update poetry commands
1 parent eed52bd commit de92316

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ cache:
3535
- directories:
3636
- ~/source
3737
- ~/build
38-
install:
38+
before_install:
3939
- pip install poetry
40-
- poetry install
40+
- poetry --version
41+
- poetry version
42+
install:
43+
- poetry install --v
4144
before_script:
4245
- mkdir -p ~/source
4346
- mkdir -p ~/build/tmux-$TMUX_VERSION

0 commit comments

Comments
 (0)