-
-
Notifications
You must be signed in to change notification settings - Fork 425
List of Plugins
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.
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
detection rules
- presence of
.travis.yml