Skip to content

Commit d691447

Browse files
author
leeli
committed
CI测试6
1 parent 30d9dc3 commit d691447

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ branches:
1010
script:
1111
- cd Helper
1212
- go run .
13+
14+
after_success:
15+
- ls
1316
- cd ..
17+
- ls
18+
- cat README.md
1419
- git config --local user.name "${U_NAME}"
1520
- git config --local user.email "${U_EMAIL}"
1621
- git add .
1722
- git commit -m ":construction_worker:- Build & Deploy by Travis CI"
18-
- git push --force --quiet "https://${Travis_Token}@${GIT_REF}" develop:master
19-
20-
after_success:
23+
- git push --force --quiet "https://${Travis_Token}@${GIT_REF}" develop:master

0 commit comments

Comments
 (0)