Skip to content

Commit

Permalink
*nix - parallel make test
Browse files Browse the repository at this point in the history
Testing parallel make - changes in Makevars and .travis.yml only from previous version
  • Loading branch information
sn248 committed Jan 11, 2019
1 parent 7ef75a3 commit 16f236a
Show file tree
Hide file tree
Showing 28 changed files with 25,260 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
language: R
sudo: false
cache: packages
# to check parallel make
env:
global:
- MAKEFLAGS="-j 2"
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Imports:
Rcpp (>= 0.12.5)
LinkingTo:
Rcpp
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Loading

0 comments on commit 16f236a

Please sign in to comment.