Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit b82904a

Browse files
author
Stefan Nothaas
committed
Typo fix
1 parent c058325 commit b82904a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ language: java
22
install: true
33

44
stages:
5-
- name: build
6-
- name: snapshot
7-
if: branch = development
8-
- name: release
9-
if: branch = master
5+
- name: build
6+
- name: snapshot
7+
if: branch = development
8+
- name: release
9+
if: branch = master
1010

1111
jobs:
1212
include:
13-
- stage: build
14-
script: ./gradlew build
15-
- stage: snapshot
16-
script: ./gradlew artifactoryPublish --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
17-
- stage: release
18-
script: ./gradlew bintrayUpload --exclude-task test -Drelease=true PbuildVariant=release -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
13+
- stage: build
14+
script: ./gradlew build
15+
- stage: snapshot
16+
script: ./gradlew artifactoryPublish --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
17+
- stage: release
18+
script: ./gradlew bintrayUpload --exclude-task test -Drelease=true -PbuildVariant=release -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
1919

2020
deploy:
2121
provider: releases

0 commit comments

Comments
 (0)