Skip to content

Commit b9c4f84

Browse files
committed
Fixing the .travis.yml whitespace indentation for autobuild deployed assets of tagged releases
1 parent b445a32 commit b9c4f84

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.travis.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ only:
1919
- travis-only
2020
- "/^v\\d.*$/"
2121
deploy:
22-
provider: releases
23-
skip_cleanup: true
24-
api_key: "${GITHUB_TOKEN}"
25-
file:
26-
- sqan-debug_${TAG}.apk
27-
- sqantest-debug_${TAG}.apk
28-
- sqan-release-unsigned_${TAG}.apk
29-
on:
30-
tags: true
31-
repo: "${TRAVIS_REPO_SLUG}"
32-
22+
provider: releases
23+
skip_cleanup: true
24+
api_key: "${GITHUB_TOKEN}"
25+
file:
26+
- sqan-debug_${TAG}.apk
27+
- sqantest-debug_${TAG}.apk
28+
- sqan-release-unsigned_${TAG}.apk
29+
on:
30+
tags: true
31+
repo: "${TRAVIS_REPO_SLUG}"

0 commit comments

Comments
 (0)