Skip to content

Commit 34eae67

Browse files
committed
fix: deployment script
1 parent 38b3028 commit 34eae67

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ script:
88
- ./gradlew clean build
99

1010
jobs:
11-
1211
include:
1312
- stage: release
13+
script:
14+
- ./gradlew assemble
15+
before_deploy:
16+
- nvm install lts/*
17+
- yarn install
1418
deploy:
1519
provider: script
1620
skip_cleanup: true
17-
script:
18-
- nvm install lts/*
19-
- yarn install
20-
- yarn semantic-release
21+
script: yarn semantic-release
2122
on:
22-
all_branches: true
23+
branch: master

0 commit comments

Comments
 (0)