Skip to content

Commit bca6105

Browse files
authored
Run visual tests on CI (#3922)
* echo VDIFFR_RUN_TESTS * Make sure VDIFFR_RUN_TESTS=true on r-release * remove the echo
1 parent 4f6818e commit bca6105

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ matrix:
88
# avoind errors due to world clock API (hopefully can be removed in future)
99
env: _R_CHECK_SYSTEM_CLOCK_=false
1010
- r: release
11-
env: VDIFFR_RUN_TESTS=true
12-
env: VDIFFR_LOG_PATH="../vdiffr.Rout.fail"
11+
env:
12+
- VDIFFR_RUN_TESTS=true
13+
- VDIFFR_LOG_PATH="../vdiffr.Rout.fail"
1314
- r: 3.5
1415
- r: 3.4
1516
- r: 3.3

0 commit comments

Comments
 (0)