Skip to content

Commit

Permalink
.travis.yml: include support for C++
Browse files Browse the repository at this point in the history
This is required for building the latest gdb.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
  • Loading branch information
cpackham committed Jun 16, 2017
1 parent 8e1cfbd commit 4c26ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Using container-based infrastructure
dist: trusty
sudo: false

# 'bash' will define a generic environment without interfering environment
Expand Down Expand Up @@ -26,6 +27,7 @@ addons:
- libncurses5-dev
- texinfo
- help2man
- g++

# Building crosstool-NG core
install:
Expand Down

0 comments on commit 4c26ef6

Please sign in to comment.