Skip to content

Commit eb94677

Browse files
committed
Update GCC versions & get rid of failing osx entry
1 parent 84e15bf commit eb94677

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.travis.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ matrix:
2727
OSX_PACKAGES="gcc shellcheck cmake mpich"
2828
# cmake should be removed, but we should be installing binaries
2929
# because building from source takes forever
30-
-
31-
<<: *macOS
32-
env:
33-
- GCC=8
34-
BUILD_TYPES="debug RelWithDebInfo Release"
35-
OSX_PACKAGES="gcc openmpi shellcheck cmake"
30+
# -
31+
# <<: *macOS
32+
# env:
33+
# - GCC=8
34+
# BUILD_TYPES="debug RelWithDebInfo Release"
35+
# OSX_PACKAGES="gcc openmpi shellcheck cmake"
3636
- &ubuntu
3737
os: linux
3838
sudo: false
3939
dist: trusty
4040
env:
41-
- GCC=6
41+
- GCC=8
4242
cache:
4343
apt: true
4444
directories:
@@ -48,10 +48,10 @@ matrix:
4848
sources: &linuxsrcs
4949
- ubuntu-toolchain-r-test
5050
- george-edison55-precise-backports
51-
packages: &gcc6pkgs
52-
- gcc-6
53-
- gfortran-6
54-
- g++-6
51+
packages: &gcc8pkgs
52+
- gcc-8
53+
- gfortran-8
54+
- g++-8
5555
- cmake
5656
-
5757
<<: *ubuntu
@@ -69,23 +69,23 @@ matrix:
6969
<<: *ubuntu
7070
env:
7171
- BUILD_TYPE="InstallScript"
72-
GCC=7
72+
GCC=8
7373
addons:
7474
apt:
7575
sources: *linuxsrcs
7676
packages:
77-
- gcc-7
78-
- gfortran-7
79-
- g++-7
77+
- gcc-8
78+
- gfortran-8
79+
- g++-8
8080
- &linux_allowed_failure
8181
<<: *ubuntu
8282
env:
83-
- GCC=7
83+
- GCC=8
8484
OPENCOARRAYS_DEVELOPER=ON
8585
addons:
8686
apt:
8787
sources: *linuxsrcs
88-
packages: *gcc7pkgs
88+
packages: *gcc8pkgs
8989

9090
allow_failures:
9191
- *linux_allowed_failure

0 commit comments

Comments
 (0)