Skip to content

Commit 526827a

Browse files
committed
Fix typo and upgrade mac install script to gcc7
1 parent afea801 commit 526827a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
<<: *macOS
3232
env:
3333
- GCC=8
34-
OSX_PACKAGES="gcc openmpi chellcheck cmake"
34+
OSX_PACKAGES="gcc openmpi shellcheck cmake"
3535
- &ubuntu
3636
os: linux
3737
sudo: false
@@ -73,9 +73,9 @@ matrix:
7373
apt:
7474
sources: *linuxsrcs
7575
packages:
76-
- gcc-6
77-
- gfortran-6
78-
- g++-6
76+
- gcc-7
77+
- gfortran-7
78+
- g++-7
7979
- &linux_allowed_failure
8080
<<: *ubuntu
8181
env:

0 commit comments

Comments
 (0)