previous travis setup

Previous travis setup, kept for record

There is no deployment as such as it's electron app, so the build described above serves as a packaging of the app for release.

However As of version 1.0.8 support is added for Linux thanks to @probonopdarrow-up-right, #36arrow-up-right. On commit to master there is a continuous built setup on Travis CI that builds and adds an up to date linux and mac os x release to the release section under release sectionarrow-up-right.

Continuous integration service for

More info on the implementation of this setup see the info in the PRarrow-up-right and .travis.yml

This is an attempt to capture some notes on the steps of setting up travis CI integration.

github + Travis CI

Travis CI Integration

1 - enable Travis CI for your repository as described herearrow-up-right

2 - Set up GITHUB_TOKEN in Travis CI for this to work. as described herearrow-up-right

(Direct link to Github token herearrow-up-right)

Add a .travis.yml file to your repository

See exampe in README of probonopd/uploadtoolarrow-up-right as well as example below from autoEdit .travis.ymlarrow-up-right or from subtitlesComposer-app .travis.ymlarrow-up-right.

package.json

To add linux see example

Last updated