Skip to content

Commit 6142be3

Browse files
committed
Fix variable name
1 parent 1b4d7ff commit 6142be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
task="$1"
1212

1313
# Define an output file to store log output:
14-
log_files=/var/log/travis-ci.log
14+
log_file=/var/log/travis-ci.log
1515

1616
# Define a heartbeat interval to periodically print messages in order to prevent Travis CI from prematurely ending a build due to long running commands:
1717
heartbeat_interval=30s

0 commit comments

Comments
 (0)