Skip to content

Commit 5a90e09

Browse files
Explicitly testing 3.2 and 3.5 R versions on Travis
This should be good for now.
1 parent 664b6d2 commit 5a90e09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ matrix:
4343
script:
4444
- bazel test -s --verbose_failures -- //tensorflow_io/... -//tensorflow_io/ignite:ignite_py_test
4545
- language: r
46+
r:
47+
- 3.2
48+
before_install:
49+
- cd R-package
50+
script:
51+
- R -e "devtools::test()"
52+
- language: r
53+
r:
54+
- 3.5
4655
before_install:
4756
- cd R-package
4857
script:

0 commit comments

Comments
 (0)