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 871beb8 commit c69474cCopy full SHA for c69474c
.travis.yml
@@ -15,31 +15,27 @@ matrix:
15
- compiler: gcc
16
addons:
17
apt:
18
- sources: ['ubuntu-toolchain-r-test']
19
packages: ['g++-4.8']
20
env:
21
- CXX=g++-4.8
22
23
24
25
26
27
packages: ['g++-4.9']
28
29
- CXX=g++-4.9
30
31
32
33
34
35
packages: ['g++-5']
36
37
- CXX=g++-5
38
39
40
41
42
43
44
45
0 commit comments