Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a few steps for the travis build configuration #57

Merged
merged 1 commit into from
Dec 13, 2013

Conversation

xcoulon
Copy link
Contributor

@xcoulon xcoulon commented Dec 13, 2013

I ran into minor issues while setting up travis to build our website
and publish on github pages and wanted to contribute back the fixes
I needed to apply.

I ran into minor issues while setting up travis to build our website
and publish on github pages and wanted to contribute back the fixes
I needed to apply.
LightGuard added a commit that referenced this pull request Dec 13, 2013
Fixing a few steps for the travis build configuration
@LightGuard LightGuard merged commit abe376b into awestruct:master Dec 13, 2013
@@ -387,7 +387,7 @@ task :travis do
system "git config user.email '#{ENV['GIT_EMAIL']}'"
system 'git config credential.helper "store --file=.git/credentials"'
File.open('.git/credentials', 'w') do |f|
f.write("https://#{ENV['GH_TOKEN']}:@github.com")
f.write("https://#{ENV['GH_TOKEN']}:x-oauth-basic@github.com")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just ran into this today. Thanks for the heads up.

The option is to add the GitHub username in the first slot and the token in the second (i.e., username:token)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants