Skip to content

Commit 72bb0d7

Browse files
committed
travis matrix
1 parent a86f1bf commit 72bb0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ matrix:
1313
-
1414
compiler: gcc
1515
env:
16+
- MAKE_TASK=pio-test
1617
- COMPILER=g++-5
17-
- MAKE_TASK=cmake-test
1818
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
1919
addons:
2020
apt:
@@ -26,8 +26,8 @@ matrix:
2626
-
2727
compiler: gcc
2828
env:
29-
- COMPILER=g++-5
3029
- MAKE_TASK=cmake-test
30+
- COMPILER=g++-5
3131
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
3232
addons:
3333
apt:
@@ -67,4 +67,4 @@ matrix:
6767
- llvm-toolchain-precise-3.6
6868

6969
script:
70-
- "make $MAKE_TASKS"
70+
- "make $MAKE_TASK"

0 commit comments

Comments
 (0)