mbox

[PULL,0/2] Travis updates

Message ID 20170210150452.21550-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-travis-10022017-1

Message

Alex Bennée Feb. 10, 2017, 3:04 p.m. UTC
The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging (2017-02-06 11:44:08 +0000)

are available in the git repository at:

  https://github.com/stsquad/qemu.git tags/pull-travis-10022017-1

for you to fetch changes up to 78a22af040b8ea7c26d52755facdc332ac7bac46:

  .travis.yml: split VM based builds (2017-02-10 13:19:56 +0000)

----------------------------------------------------------------
One minor fix and a build split to reduce timeouts.

----------------------------------------------------------------
Alex Bennée (2):
      .travis.yml: don't specify CONFIG twice
      .travis.yml: split VM based builds

 .travis.yml | 39 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 34 insertions(+), 5 deletions(-)

Comments

Peter Maydell Feb. 10, 2017, 3:44 p.m. UTC | #1
On 10 February 2017 at 15:04, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging (2017-02-06 11:44:08 +0000)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-travis-10022017-1
>
> for you to fetch changes up to 78a22af040b8ea7c26d52755facdc332ac7bac46:
>
>   .travis.yml: split VM based builds (2017-02-10 13:19:56 +0000)
>
> ----------------------------------------------------------------
> One minor fix and a build split to reduce timeouts.
>
> ----------------------------------------------------------------
> Alex Bennée (2):
>       .travis.yml: don't specify CONFIG twice
>       .travis.yml: split VM based builds
>
>  .travis.yml | 39 ++++++++++++++++++++++++++++++++++-----
>  1 file changed, 34 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM