Files
OSJ/plugins/generic/citationStyleLanguage/lib/vendor/citation-style-language/locales/.travis.yml
T
CHIEFSOFT\ameye df3a033196 first commit
2024-06-08 17:09:23 -04:00

21 lines
439 B
YAML

language: ruby
cache: bundler
rvm:
- 2.6.3
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
notifications:
email:
recipients:
- rintze.zelle@gmail.com
- karcher@u.northwestern.edu
on_success: change
on_failure: always
webhooks:
urls:
- https://shelbot.herokuapp.com/build
on_success: always
on_failure: always
on_start: never