.travis.yml: include support for C++

This is required for building the latest gdb.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2017-06-16 12:47:11 +12:00
parent 8e1cfbdad1
commit 4c26ef6877

View File

@ -1,4 +1,5 @@
# Using container-based infrastructure
dist: trusty
sudo: false
# 'bash' will define a generic environment without interfering environment
@ -26,6 +27,7 @@ addons:
- libncurses5-dev
- texinfo
- help2man
- g++
# Building crosstool-NG core
install: