add_travis: Add basic travis template to a package
Description
Also adds .travis.yml to .Rbuildignore so it isn't included
in the built packageUsage
add_travis(pkg = ".")
Arguments
pkg
package description, can be path or package name. See
as.package for more information