sverweij / mscgen_js

text => sequence charts
https://mscgen.js.org
GNU General Public License v3.0
206 stars 25 forks source link

Enables feature branch deployments #199

Closed sverweij closed 9 years ago

sverweij commented 9 years ago

Local feature branch deployments

travis (and probably other CI providers) will use a detached branch. It's doing a git checkout -qf {{commit-hash}} to be sure it's running against the correct commit. As a consequence

(pushing to gh-pages from travis will need some work anyway ...)