Use retries: true for apt install on Travis

This commit is contained in:
Paul Romano 2018-10-08 14:08:38 -05:00
parent 008c8f80d4
commit 77eb53acf3

View file

@ -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: