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