Skip to content

Commit 95edc1b

Browse files
committed
Fix ubuntu GCC version diff & use brewed mpich
1 parent 526827a commit 95edc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
env:
2525
- BUILD_TYPE="InstallScript"
2626
GCC=8
27-
OSX_PACKAGES="gcc shellcheck cmake"
27+
OSX_PACKAGES="gcc shellcheck cmake mpich"
2828
# cmake should be removed, but we should be installing binaries
2929
# because building from source takes forever
3030
-
@@ -68,7 +68,7 @@ matrix:
6868
<<: *ubuntu
6969
env:
7070
- BUILD_TYPE="InstallScript"
71-
GCC=6
71+
GCC=7
7272
addons:
7373
apt:
7474
sources: *linuxsrcs

0 commit comments

Comments
 (0)