Skip to content

Commit 45b96a3

Browse files
committed
Add heartbeat to .travis.yml
1 parent 6d98b6d commit 45b96a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ install:
5757
- export CPU_CORES=2
5858
- sh ./mpi.sh $MPI > /dev/null
5959
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
60+
- while sleep 30; do tail ./deps/build.log -f ; done &
6061
- julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("Elemental")'
6162
- echo `ccache -s`
6263

0 commit comments

Comments
 (0)