Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2556c5

Browse files
committed
Publish after_success
1 parent 36c2e33 commit d2556c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ script:
1111
- git config credential.helper "store --file=.git/credentials"
1212
- git remote set-url --push origin https://github.com/circuits/circuits.github.io.git
1313
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
14-
- make publish github
14+
- make publish
15+
after_success:
16+
- make github

0 commit comments

Comments
 (0)