Skip to content

Commit ae4133a

Browse files
committed
travis -> ci
1 parent 7b59d8f commit ae4133a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ License: MIT + file LICENSE
2222
URL: https://github.com/rstudio/tinytex
2323
BugReports: https://github.com/rstudio/tinytex/issues
2424
Encoding: UTF-8
25-
RoxygenNote: 7.3.1
25+
RoxygenNote: 7.3.2

tests/test-ci.R

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# run tests on CI servers (these tests depend on TeX Live)
2+
if (!is.na(Sys.getenv('CI', NA)) && tinytex:::tlmgr_available()) testit::test_pkg('tinytex', 'test-ci')
File renamed without changes.
File renamed without changes.

tests/test-travis.R

-2
This file was deleted.

0 commit comments

Comments
 (0)