File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,30 @@ matrix:
21
21
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
22
22
- pip install pyarrow==0.11.1
23
23
script :
24
- - bazel test --noshow_progress --noshow_loading_progress -s - -verbose_failures --test_output=errors -- //tensorflow_io/...
24
+ - bazel test --noshow_progress --noshow_loading_progress --verbose_failures --test_output=errors -- //tensorflow_io/...
25
25
- language : python
26
26
python :
27
27
- 3.4
28
28
before_install :
29
29
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
30
30
script :
31
- - bazel test --noshow_progress --noshow_loading_progress -s - -verbose_failures --test_output=errors -- //tensorflow_io/...
31
+ - bazel test --noshow_progress --noshow_loading_progress --verbose_failures --test_output=errors -- //tensorflow_io/...
32
32
- language : python
33
33
python :
34
34
- 3.5
35
35
before_install :
36
36
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
37
37
- pip install pyarrow==0.11.1
38
38
script :
39
- - bazel test --noshow_progress --noshow_loading_progress -s - -verbose_failures --test_output=errors -- //tensorflow_io/...
39
+ - bazel test --noshow_progress --noshow_loading_progress --verbose_failures --test_output=errors -- //tensorflow_io/...
40
40
- language : python
41
41
python :
42
42
- 3.6
43
43
before_install :
44
44
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
45
45
- pip install pyarrow==0.11.1
46
46
script :
47
- - bazel test --noshow_progress --noshow_loading_progress -s - -verbose_failures --test_output=errors -- //tensorflow_io/...
47
+ - bazel test --noshow_progress --noshow_loading_progress --verbose_failures --test_output=errors -- //tensorflow_io/...
48
48
- language : r
49
49
r :
50
50
- 3.2
You can’t perform that action at this time.
0 commit comments