Skip to content

Commit 463bbb6

Browse files
committed
try removing bazel -s option to make less verbose log in travis
1 parent 7262381 commit 463bbb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ matrix:
2121
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
2222
- pip install pyarrow==0.11.1
2323
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/...
2525
- language: python
2626
python:
2727
- 3.4
2828
before_install:
2929
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
3030
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/...
3232
- language: python
3333
python:
3434
- 3.5
3535
before_install:
3636
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
3737
- pip install pyarrow==0.11.1
3838
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/...
4040
- language: python
4141
python:
4242
- 3.6
4343
before_install:
4444
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
4545
- pip install pyarrow==0.11.1
4646
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/...
4848
- language: r
4949
r:
5050
- 3.2

0 commit comments

Comments
 (0)