We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a416b1 commit 8055de5Copy full SHA for 8055de5
.travis.yml
@@ -22,18 +22,25 @@ matrix:
22
- os: linux
23
env: FLIBCPP_DEV=OFF GENERATOR=make
24
FLIBCPP_FORTRAN_STD=f2003
25
+ CC=gcc-8 CXX=g++-8 FC=gfortran-8
26
addons:
27
apt:
28
packages:
29
- gcc-8
30
+ - g++-8
31
- gfortran-8
32
33
34
FLIBCPP_FORTRAN_STD=f2008
35
+ CC=gcc-9 CXX=g++-9 FC=gfortran-9
36
+ sudo: required
37
38
39
+ sources:
40
+ - ubuntu-toolchain-r-test
41
42
- gcc-9
43
+ - g++-9
44
- gfortran-9
45
46
# Build phases
0 commit comments