We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1afb488 + 61c2969 commit a3347ebCopy full SHA for a3347eb
.travis.yml
@@ -4,13 +4,13 @@ before_install:
4
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
5
- chmod 755 ./travis-tool.sh
6
- ./travis-tool.sh bootstrap
7
- - ./travis-tool.sh github_package hadley/testthat
+ #- ./travis-tool.sh github_package hadley/testthat
8
- ./travis-tool.sh github_package RcppCore/Rcpp
9
+ - ./travis-tool.sh install_aptget r-cran-runit
10
11
script:
12
- R CMD INSTALL .
- - cd tests
13
- - Rscript testthat.R
+ - cd tests && Rscript doRUnit.R
14
15
notifications:
16
email:
0 commit comments