patrick
/
plasp
Archived
1
0
Fork 0

Added language specification to Travis configuration.

This commit is contained in:
Patrick Lühne 2016-10-10 20:46:25 +02:00
parent 1a27a21fa1
commit 4a422795d9
1 changed files with 4 additions and 0 deletions

View File

@ -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: