Skip to content

Commit 161c5d0

Browse files
committed
run all tests on travis
1 parent eb1a768 commit 161c5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-all.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
library(testthat)
2-
## Sys.setenv(NOT_CRAN = "true")
3-
test_check("RefManageR", perl = TRUE, filter = "^(?!readPDF)[A-Za-z0-9]+$")
2+
Sys.setenv(NOT_CRAN = "true")
3+
test_check("RefManageR", perl = TRUE) # , filter = "^(?!readPDF)[A-Za-z0-9]+$")

0 commit comments

Comments
 (0)