discourse-subscriptions/.travis.yml

13 lines
277 B
YAML
Raw Normal View History

2019-08-27 05:52:25 -04:00
# We want to use the KVM-based system, so require sudo
sudo: required
services:
2019-08-27 05:52:25 -04:00
- docker
before_install:
2019-08-27 05:52:25 -04:00
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
2019-08-27 05:52:25 -04:00
install: true # Prevent travis doing bundle install
script:
2019-08-27 05:52:25 -04:00
- discourse-plugin-ci/script.sh