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

Update .travis.yml #395

Merged
merged 1 commit into from Sep 8, 2015
Merged

Update .travis.yml #395

merged 1 commit into from Sep 8, 2015

Conversation

jacwah
Copy link
Contributor

@jacwah jacwah commented Sep 8, 2015

Use their new container-based architecture by disabling sudo. It seems
like the jdk doesn't have to be installed manually: see
http://docs.travis-ci.com/user/languages/groovy/. Also fixed a couple of
things that their linter said was wrong, see http://lint.travis-ci.org/.

Use their new container-based architecture by disabling sudo. It seems
like the jdk doesn't have to be installed manually: see
http://docs.travis-ci.com/user/languages/groovy/. Also fixed a couple of
things that their linter said was wrong, see http://lint.travis-ci.org/.
Zomis added a commit that referenced this pull request Sep 8, 2015
@Zomis Zomis merged commit 6ae155a into develop Sep 8, 2015

deploy:
provider: releases
api-key:
secure: "CJyVgIoL/G0a233WuqPi14eOAk8JlWdErxqbJZYawGmCt5CBJW9l5+4CO4mJqho+EKHmpr+OgGVFq5HV4zQVqVJNFhL86yEucY52v3uQqqT26UmyJwLEtNOpHzVw0pXKvE5LbBOQdl+/8nNhakd6VwGE3qs05F+0ZYyu9LXaal4="
file_glob: true
file:
- "build/distributions/cardshifter-*.zip"
file: "build/distributions/cardshifter-*.zip"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This part was invalid before and was therefore ignored. That should mean that this whole deploy section didn't do anything. Do we still want Travis to push tags as releases on Github, or will this change catch someone off guard?

Copy link
Member

Choose a reason for hiding this comment

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

I think we still want it. Travis should create releases for us whenever we create a tag.

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.

None yet

2 participants