We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecacd21 commit de7a8d5Copy full SHA for de7a8d5
.travis.yml
@@ -6,9 +6,8 @@ before_install:
6
- ./travis-tool.sh bootstrap
7
- ./travis-tool.sh github_package RcppCore/RcppParallel
8
- ./travis-tool.sh github_package testthat
9
- - if [ "$RCPP" = "Rcpp" ] then ./travis-tool.sh github_package RcppCore/Rcpp; fi
10
- - if [ "$RCPP" = "Rcpp11" ] then ./travis-tool.sh github_package Rcpp11/Rcpp11; fi
11
- - if [ "$RCPP" = "Rcpp11" ] then ./travis-tool.sh github_package Rcpp11/attributes; fi
+ - if [ "$RCPP" = "Rcpp" ]; then ./travis-tool.sh github_package RcppCore/Rcpp; fi
+ - if [ "$RCPP" = "Rcpp11" ]; then ./travis-tool.sh github_package Rcpp11/Rcpp11; ./travis-tool.sh github_package Rcpp11/attributes; fi
12
13
script:
14
- Rscript testthat.R
0 commit comments