Skip to content

Commit 1aed087

Browse files
committed
Fixed packagecloud configuration for tokens
1 parent 897024a commit 1aed087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ script:
4545

4646
deploy:
4747
provider: script
48-
script: "mvn deploy"
48+
script: mvn deploy -DskipTests
4949
skip_cleanup: true
5050
on:
5151
tags: true

.travis/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ under the License.
4848
</server>
4949
<server>
5050
<id>packagecloud-utPLSQL</id>
51-
<username>${env.PACKAGECLOUD_TOKEN}</username>
51+
<password>${env.PACKAGECLOUD_TOKEN}</password>
5252
</server>
5353
</servers>
5454

0 commit comments

Comments
 (0)