Skip to content

Commit 161aeb9

Browse files
authored
Merge pull request #1207 from tronprotocol/testCase
remove stest
2 parents 859f34a + 8c63899 commit 161aeb9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ script:
1818
skip_build:
1919
- README.md:
2020
- LICENSE
21-
21+
deploy:
22+
provider: script
23+
script: bash deploy.sh
24+
on:
25+
branch: develop
2226

2327

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
ssh [email protected] -p 22008 sh /home/tron/workspace/deploy_all.sh
3-
./gradlew stest
3+

0 commit comments

Comments
 (0)