Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Jun 6, 2020
1 parent 2686e45 commit 3fe7529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
sudo docker pull centos \
&& \
sudo docker create --name mobydick centos /bin/bash -c \
"dnf install -y git make gcc gcc-gfortran gcc-c++ openmpi blas lapack cmake environment-modules && \
"dnf upgrade && \
dnf install -y git make gcc gcc-gfortran gcc-c++ openmpi blas lapack cmake environment-modules && \
. /etc/profile.d/modules.sh && \
module list && \
module load blas lapack mpi && \
Expand Down

0 comments on commit 3fe7529

Please sign in to comment.