Skip to content

Commit 8055de5

Browse files
committed
Update apt-get repo and compiler names
1 parent 0a416b1 commit 8055de5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,25 @@ matrix:
2222
- os: linux
2323
env: FLIBCPP_DEV=OFF GENERATOR=make
2424
FLIBCPP_FORTRAN_STD=f2003
25+
CC=gcc-8 CXX=g++-8 FC=gfortran-8
2526
addons:
2627
apt:
2728
packages:
2829
- gcc-8
30+
- g++-8
2931
- gfortran-8
3032
- os: linux
3133
env: FLIBCPP_DEV=OFF GENERATOR=make
3234
FLIBCPP_FORTRAN_STD=f2008
35+
CC=gcc-9 CXX=g++-9 FC=gfortran-9
36+
sudo: required
3337
addons:
3438
apt:
39+
sources:
40+
- ubuntu-toolchain-r-test
3541
packages:
3642
- gcc-9
43+
- g++-9
3744
- gfortran-9
3845

3946
# Build phases

0 commit comments

Comments
 (0)