Skip to content

Commit 0967b4a

Browse files
author
Vladimir Kotal
committed
make sure flake8 is installed
add tag condition
1 parent 3a1cef1 commit 0967b4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
install: true
4040
- stage: deploy
4141
name: Github Release
42+
if: tag IS present
43+
before_install: dev/before_install
4244
script: mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V package
4345
deploy:
4446
# Pre-release

0 commit comments

Comments
 (0)