Skip to content

Commit

Permalink
fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfultz committed Dec 15, 2017
1 parent 86f7f82 commit 4e26edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,6 +9,6 @@ script:
- >
docker run -v `pwd`:/grpc rgrpc/grpc_dev:stable /bin/bash -c "
cd /tmp &&
Rscript --vanilla -e \"devtools::install_local('/grpc')\" &&
Rscript --vanilla -e \"library(testthat);test_package('grpc')\"
R CMD INSTALL /grpc &&
Rscript --vanilla -e \"testthat::test_package('grpc')\"
"

0 comments on commit 4e26edd

Please sign in to comment.