Skip to content

Commit

Permalink
Revert "Correct R travis setup (mlflow#1259)" (mlflow#1271)
Browse files Browse the repository at this point in the history
This reverts commit 601d75f.
  • Loading branch information
aarondav committed May 15, 2019
1 parent 601d75f commit 30b547e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ matrix:
- source ./travis/install-common-deps.sh
script:
- cd mlflow/R/mlflow
- export LINTR_COMMENT_BOT=false
- R CMD build .
- R CMD check --no-build-vignettes --no-manual --no-tests mlflow*tar.gz
- cd tests
- export LINTR_COMMENT_BOT=false
- Rscript ../.travis.R
after_success:
- export COVR_RUNNING=true
Expand Down
2 changes: 0 additions & 2 deletions mlflow/R/mlflow/.travis.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ parent_dir <- dir("../", full.names = TRUE)
package <- parent_dir[grepl("mlflow_", parent_dir)]
install.packages(package)
install.packages("keras", repos='http://cran.rstudio.com/')
install.packages("roxygen2")
library(keras)
install_keras()
devtools::check(error_on = "warning", args = "--no-tests")
source("testthat.R")

0 comments on commit 30b547e

Please sign in to comment.