Ti faccio il mio esempio: https://github.com/simkimsia/UtilityBehaviors
L'ho scritto nel mio README.mdown
### Status
[![Build Status](https://travis-ci.org/simkimsia/UtilityBehaviors.png)](https://travis-ci.org/simkimsia/UtilityBehaviors)
Quindi la risposta è
[![Build Status](your travis url for the repo here.png)](your travis url for the repo here)
MODIFICARE:
Ho capito che potresti voler attivare il Travis Service Hook.
Se questo è ciò che intendi, vai al tuo repository GitHub> Impostazioni> Hook di servizio. Usa Ctrl + F e cerca Travis.
EDIT2:
Vai su https://travis-ci.org/profile/ {fill in your own usernam} / profile
Quindi copia il token e incollalo all'interno della pagina Travis Service Hook nella sezione Impostazioni repository Github.
Digita anche il tuo nome utente in Travis.
Prova il pulsante Invia token di prova.
Dovresti vedere il payload inviato con successo.
Se funziona, il tuo repository GitHub è ora collegato al tuo travis.
Edit3:
L'OP sta chiedendo informazioni sullo stato della build di travis per i commit trovati nelle pagine delle richieste pull.
Ha assunto che lo stato di build di travis apparirà ovunque fintanto che c'è un commit.
La mia risposta è che l'ipotesi non è corretta.