Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 842b869

Browse files
committed
travis: add matrix
1 parent 704dc4e commit 842b869

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.travis.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
language: cpp
22
sudo: false
3-
addons:
4-
apt:
5-
sources:
6-
- ubuntu-toolchain-r-test
7-
packages:
8-
- g++-4.9
9-
compiler:
10-
- clang
11-
- g++-4.9
12-
script:
13-
- make -C test/modem/
3+
matrix:
4+
include:
5+
- compiler: gcc
6+
addons:
7+
apt:
8+
sources:
9+
- ubuntu-toolchain-r-test
10+
packages:
11+
- g++-4.8
12+
env: COMPILER=g++-4.8
13+
- compiler: clang
14+
addons:
15+
apt:
16+
sources:
17+
- ubuntu-toolchain-r-test
18+
- llvm-toolchain-precise-3.8
19+
packages:
20+
- clang-3.7
21+
env: COMPILER=clang++-3.8

0 commit comments

Comments
 (0)