Skip to content
Jared Forsyth edited this page Jul 27, 2013 · 7 revisions

If your project matches the detection rules of a plugin, the associated commands are run. If no plugins are matched, then nothing is run, and the build fails.

Installed by Default

default (node)

detection rules

  • presence of package.json

prepare commands

  • npm install

test command

  • npm tests

detection rules

  • presence of requirements.txt

prepare command

  • pip install

test command

  • ./setup.py test

Other plugins

detection rules

  • presence of .travis.yml
Clone this wiki locally