Skip to content

Commit 3a33bbf

Browse files
committed
Minimal gcc 4.9 Travis build coverage
1 parent 6f47210 commit 3a33bbf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: cpp
2+
3+
sudo: false
4+
5+
os:
6+
- linux
7+
8+
compiler:
9+
- g++-4.9
10+
11+
script:
12+
- make CXX=g++-4.9 test
13+
14+
addons:
15+
apt:
16+
sources:
17+
- ubuntu-toolchain-r-test
18+
packages:
19+
- gcc-4.9
20+
- g++-4.9

0 commit comments

Comments
 (0)