aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2017-06-16 12:47:11 +1200
committerChris Packham <judge.packham@gmail.com>2017-06-16 13:53:07 +1200
commit4c26ef68773832b3c3eb44b0eca45db95f479644 (patch)
tree85885359a78831c3c984c1bf6a0776f9cf5d70ef
parent8e1cfbdad10c50977a5a732b666333be391f9c3d (diff)
downloadcrosstool-ng-4c26ef68773832b3c3eb44b0eca45db95f479644.tar.gz
crosstool-ng-4c26ef68773832b3c3eb44b0eca45db95f479644.tar.bz2
crosstool-ng-4c26ef68773832b3c3eb44b0eca45db95f479644.zip
.travis.yml: include support for C++
This is required for building the latest gdb. Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 83afce2d..bb8d94a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: