Skip to content
courtiol edited this page Nov 22, 2016 · 3 revisions

How not to use Travis?

In this GitHub repository, we use Travis-ci to systematically run a R CMD check --as-cran after each git push.

To avoid building delays and unnecessary use of Travis, you can add [ci skip] at the end of your commit message in order not to run Travis.

This should be especially useful when editing the readme documents and this wiki.

Trivia: Travis-ci is, like IsoriX, based in Berlin!

Clone this wiki locally