some R CMD check stuff
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R
index df9f34d..d1f5edb 100644
--- a/R/revealjs_presentation.R
+++ b/R/revealjs_presentation.R
@@ -19,6 +19,7 @@
 #'   that you've created. Note that if you don't use the "default" template
 #'   then some features of \code{revealjs_presentation} won't be available
 #'   (see the Templates section below for more details).
+#' @param ... Ignored
 #'
 #' @return R Markdown output format to pass to \code{\link{render}}
 #'
diff --git a/inst/reveal.js-3.2.0/.travis.yml b/inst/reveal.js-3.2.0/.travis.yml
deleted file mode 100644
index 264c6ec..0000000
--- a/inst/reveal.js-3.2.0/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-language: node_js
-node_js:
-  - 4.1.1
-before_script:
-  - npm install -g grunt-cli
\ No newline at end of file
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index a7ac564..7a6e134 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -80,6 +80,8 @@
 with \code{_files} appended to it.}
 
 \item{pandoc_args}{Additional command line options to pass to pandoc}
+
+\item{...}{Ignored}
 }
 \value{
 R Markdown output format to pass to \code{\link{render}}