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

add the packaging metadata to build the travis snap #515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

come-maiz
Copy link

This package will let you publish the latest travis CLI in the Ubuntu store, and from there reach many users on all the supported Ubuntu versions, and more Linux distributions.

@come-maiz
Copy link
Author

You can read more about snaps in https://snapcraft.io

To test this in an Ubuntu 16.04 machine:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/travis.rb
$ cd travis.rb
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --dangerous

(dangerous because the snap you build is not signed from the store. Your users will just have to run sudo snap install travis once you push it in the store)

If you have any questions, please let me know.

@guilhem
Copy link

guilhem commented Apr 23, 2018

any news? 👼

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