1 parent 6ad387d commit 9465884Copy full SHA for 9465884
1 file changed
.travis.yml
@@ -16,6 +16,7 @@ script:
16
after_success:
17
- pwd
18
- git commit -a -m "Travis build"
19
+ - git checkout master
20
- git status
21
- git push "https://${GH_TOKEN}@${GH_REF}" master:master
22
0 commit comments