Skip to content

Commit 0ccc562

Browse files
committed
no pip download progress bars in Travis log
see tensorflow#523
1 parent a1d7ed7 commit 0ccc562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -qq libhdf5-dev
88
install:
9-
- pip install tensorflow
10-
- pip install .[tests]
9+
- pip install tensorflow | cat && exit ${PIPESTATUS[0]}
10+
- pip install .[tests] | cat && exit ${PIPESTATUS[0]}
1111
env:
1212
global:
1313
- T2T_PROBLEM=algorithmic_reverse_binary40_test

0 commit comments

Comments
 (0)