craigcitro / travis-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r-travis examples

Build Status

This repository contains example r-travis set-ups. Each branch illustrates a different travis scenario.

Pull request for existing examples

To edit an existing example:

  1. Clone the relevant branch
  2. Submit pull request as usual

I will then use git subtree to merge the changes from the branch to master

Adding a new example

  1. Clone an existing example that matches your example
  2. Ensure that your branch passes travis-ci
  3. Clone the master and copy your branch to a directory
  4. Submit pull request

About