Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiang Kou committed Nov 4, 2015
1 parent e00d03f commit 311b93a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ deps
*.Rproj
.Rproj.user
R-package/inst/*
*.tar.gz
3 changes: 0 additions & 3 deletions R-package/src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This file is only used for compilation from github
# It will be replaced by more formal Rpackage structure
# Where PKGROOT moved to root directory

PKG_CPPFLAGS = -I../inst/include
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS)
3 changes: 2 additions & 1 deletion tests/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ if [ ${TASK} == "r_test" ]; then
cd R-package
Rscript -e "library(devtools); library(methods); options(repos=c(CRAN='https://cran.rstudio.com')); install_deps(dependencies = TRUE)"
cd ..
R CMD check --no-examples --no-vignettes --no-manual R-package
make rpkg
R CMD check --no-examples --no-vignettes --no-manual mxnet_*.tar.gz
exit 0
fi

Expand Down

0 comments on commit 311b93a

Please sign in to comment.