Skip to content

Commit 8a1161f

Browse files
authored
Undo accidental unconditional logging. (tensorflow#1357)
1 parent 9b13601 commit 8a1161f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration_tests/benchmarks/benchmark_travis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
set -e
1818

19-
# if [ "$TRAVIS_EVENT_TYPE" = cron ] && [[ $(node -v) = *v10* ]]
20-
if [[ $(node -v) = *v10* ]]
19+
if [ "$TRAVIS_EVENT_TYPE" = cron ] && [[ $(node -v) = *v10* ]]
2120
then
2221
yarn
2322
yarn lint

0 commit comments

Comments
 (0)