No commit activity in last 3 years
No release in over 3 years
Deep Thought CI service for Travis CI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 4.7
~> 0.14
~> 0.9

Runtime

 Project Readme

Deep Thought Travis CI Plugin

Build Status

A Deep Thought plugin for Travis CI.

To use it, set the following environment variables:

CI_SERVICE=travis
CI_SERVICE_ENDPOINT=http://api.travis-ci.org # This can also be the URL of a custom Travis CI setup

If you are using Travis Pro, or a custom Travis setup that requires an access token, set these environment variables instead:

CI_SERVICE=travis
CI_SERVICE_ENDPOINT=http://api.travis-ci.com # This can also be the URL of a custom Travis CI setup
CI_SERVICE_ACCESS_TOKEN=YOUR_ACCESS_TOKEN

You can obtain an access token by installing the Travis client, and running travis token.