Skip to content

Publishing Linux release to Github with Travis

Erwin Janssen requested to merge gh-3fcf0968/93/ErwinJanssen/master into master

With this configuration, Travis will build and release the package to Github when a Git tag is pushed. Right now it publishes to my personal fork, as my encrypted api key is used. This should be changed to the Graphviz repository api key as soon as possible. The Travis documentation explains how to generate secure api keys for Travis easily and I am willing to help.

Merge request reports