Added language specification to Travis configuration.
This commit is contained in:
parent
1a27a21fa1
commit
4a422795d9
@ -14,6 +14,8 @@ addons:
|
||||
matrix:
|
||||
include:
|
||||
- env: COMPILER=g++-5
|
||||
os: linux
|
||||
language: cpp
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -22,6 +24,8 @@ matrix:
|
||||
- *default_packages
|
||||
- g++-5
|
||||
- env: COMPILER=g++-6
|
||||
os: linux
|
||||
language: cpp
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
Reference in New Issue
Block a user