Re: [QGIS-Developer] Woohoo! Interactive Travis debugging

2018-10-18 Thread Nyall Dawson
On Fri, 12 Oct 2018 at 09:19, Nyall Dawson wrote: > > On Tue, 9 Oct 2018 at 19:18, Nyall Dawson wrote: > > > > Hey all, > > > > > #! /usr/bin/env bash > > curl -s -X POST \ > >-H "Content-Type: application/json" \ > >-H "Accept: application/json" \ > >-H "Travis-API-Version: 3" \ >

Re: [QGIS-Developer] Woohoo! Interactive Travis debugging

2018-10-11 Thread Alessandro Pasotti
Hi Nyall, thanks for this useful information! Do we have a place to store it? Developer docs maybe? On Fri, Oct 12, 2018 at 1:20 AM Nyall Dawson wrote: > On Tue, 9 Oct 2018 at 19:18, Nyall Dawson wrote: > > > > Hey all, > > > > > #! /usr/bin/env bash > > curl -s -X POST \ > >-H

Re: [QGIS-Developer] Woohoo! Interactive Travis debugging

2018-10-11 Thread Nyall Dawson
On Tue, 9 Oct 2018 at 19:18, Nyall Dawson wrote: > > Hey all, > > #! /usr/bin/env bash > curl -s -X POST \ >-H "Content-Type: application/json" \ >-H "Accept: application/json" \ >-H "Travis-API-Version: 3" \ >-H "Authorization: token " \ >-d '{ "quiet": true }' \ >

Re: [QGIS-Developer] Woohoo! Interactive Travis debugging

2018-10-10 Thread Denis Rouzaud
Hey awesome! Thanks for the pointer... Le mar. 9 oct. 2018 à 05:18, Nyall Dawson a écrit : > > The Job ID is displayed in the build log after expanding "Build system > information". > or just in the URL ;) > > Once in the SSH session, these bash functions will come in handy to > run the

[QGIS-Developer] Woohoo! Interactive Travis debugging

2018-10-09 Thread Nyall Dawson
Hey all, Good news -- interactive debugging is now available on our Travis account, which means that it's now possible to remotely login and interactively run tests on Travis builds! This should save a stack of frustration when things just don't act the same on Travis as they do locally. Quoting