discourse-chat-integration/.travis.yml

12 lines
266 B
YAML
Raw Normal View History

2017-07-12 07:00:18 -04:00
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
2018-09-12 12:44:25 -04:00
before_install:
- git clone https://github.com/discourse/discourse-plugin-ci
2017-07-12 07:00:18 -04:00
2018-04-07 22:15:44 -04:00
install: true # Prevent travis doing bundle install
2018-09-12 12:44:25 -04:00
script:
- discourse-plugin-ci/script.sh