Merge pull request #757 from cpackham/travis-updates

Travis updates
This commit is contained in:
Alexey Neyman 2017-06-15 22:18:26 -07:00 committed by GitHub
commit 8758457c25
2 changed files with 3 additions and 1 deletions

View File

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

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: