summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-16 05:18:26 (GMT)
committerGitHub <noreply@github.com>2017-06-16 05:18:26 (GMT)
commit8758457c25415a1d2f92b55f445a766a36e167d7 (patch)
tree85885359a78831c3c984c1bf6a0776f9cf5d70ef
parent07a3b822f5af247a62b98efcc48ed319d439e296 (diff)
parent4c26ef68773832b3c3eb44b0eca45db95f479644 (diff)
Merge pull request #757 from cpackham/travis-updates
Travis updates
-rw-r--r--.travis.sh2
-rw-r--r--.travis.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index 7cb6b14..097ce3c 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -18,7 +18,7 @@ ct-ng_travis_build()
.config
# Build the sample
- ct-ng build.2 &
+ ct-ng build.8 &
local build_pid=$!
# Start a runner task to print a "still running" line every 5 minutes
diff --git a/.travis.yml b/.travis.yml
index 83afce2..bb8d94a 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: