Skip to content

Commit

Permalink
Update .travis.yml: fix remote URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kridner committed May 19, 2015
1 parent d9c779c commit 28fd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_deploy:
- git add build
- git commit -m "Generated commit from Travis-CI for build $TRAVIS_BUILD_NUMBER"
- git tag $GIT_TAG -a -m "Generated tag from Travis-CI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://$GITHUBDEPLOY@github.com/moto-timo/BBBlfs --tags
- git push -q https://$GITHUBDEPLOY@github.com/beagleboard/beaglebone-getting-started --tags
- ls -R
deploy:
provider: releases
Expand Down

0 comments on commit 28fd9aa

Please sign in to comment.