From 77eb53acf3ad298e192a3b9fc1ff6499073142bb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 8 Oct 2018 14:08:38 -0500 Subject: [PATCH] Use retries: true for apt install on Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f5459734f..4939f807c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ addons: - libhdf5-mpich-dev - libblas-dev - liblapack-dev + config: + retries: true cache: directories: - $HOME/nndc_hdf5 @@ -39,7 +41,7 @@ env: - OMP=n MPI=y PHDF5=n - OMP=n MPI=y PHDF5=y - OMP=n MPI=y PHDF5=y DAGMC=y - - OMP=y MPI=y PHDF5=y DAGMC=y + - OMP=y MPI=y PHDF5=y DAGMC=y notifications: webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN install: