Skip to content

metaodi/travis-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis-ping

You can trigger a build manually as described in the Travis CI documentation.

If you want to trigger a build programmatically, use travis-ping to forge a post-receive hook and trigger a build:

git clone https://github.com/jpmckinney/travis-ping.git
cd travis-ping
bundle
require 'travis-ping'
Travis::Ping.ping 'github-user', 'travis-token', 'repository-owner-name', 'repository-name'

About

Trigger Travis CI builds programmatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages