mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 19:21:27 +00:00
fixing syntax errors
This commit is contained in:
@@ -4,7 +4,7 @@ jdk:
|
||||
- oraclejdk9
|
||||
branches:
|
||||
except:
|
||||
- continuous # To avoid infinite loops, as this tag is created by this Travis config
|
||||
- continuous # To avoid infinite loops, as this tag is created by this Travis config
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
@@ -46,7 +46,7 @@ before_deploy: |
|
||||
fi
|
||||
mvn -fmain/pom.xml -Prelease package -DskipTests
|
||||
deploy:
|
||||
provider: releases # CONTINUOUS
|
||||
- provider: releases # CONTINUOUS
|
||||
prerelease: true
|
||||
api-key: $GITHUB_API_KEY
|
||||
tag_name: continuous
|
||||
|
||||
Reference in New Issue
Block a user