Skip to content

Commit c94efaf

Browse files
committed
runing only testthat tests in the test/rstatistics dir
1 parent a31fa80 commit c94efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
install:
1616
- ./travis-tool.sh install_deps
1717

18-
script: ./travis-tool.sh run_tests
18+
script: cd test/ && Rscript run_tests.R
1919

2020
on_failure:
2121
- ./travis-tool.sh dump_logs

0 commit comments

Comments
 (0)