Skip to content

Commit 68145bb

Browse files
author
Marcin Mendlik
committed
fix(travis.yml): fixed origin token
1 parent a1c715b commit 68145bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_deploy:
1010
- git checkout master
1111
- git config --local user.name "Travis"
1212
- git config --local user.email "grzegorz.lipecki@gmail.com"
13-
- git remote add origin-token https://${GitHub_Token}@github.com/Consdata/tslint-config.git
13+
- git remote add origin-token https://${GitHub_Token}@github.com/Consdata/logger.git
1414
- git push origin-token master
1515
deploy:
1616
provider: script

0 commit comments

Comments
 (0)