From 0624c60690d93cc9c7fa0410f6101f06200f1429 Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 10 Nov 2015 09:02:51 -0600 Subject: [PATCH] Correct spelling --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9105946..535df49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - bundle install --jobs=3 --retry=3 - mkdir -p "$R_LIBS_USER" - Rscript -e 'if (length(find.package("devtools", quiet = TRUE)) == 0L) { install.packages("devtools", repos = "http://cran.rstudio.com") }' - - Rscript -e 'devtools::install_gitihub("hadley/devtools")' + - Rscript -e 'devtools::install_github("hadley/devtools")' - Rscript -e 'devtools::install_deps(repos = "http://cran.rstudio.com", dependencies = TRUE)' script: bundle exec jekyll build