2019-12-09 17:16:29 +11:00
|
|
|
# We want to use the KVM-based system, so require sudo
|
2018-03-06 11:21:40 +08:00
|
|
|
sudo: required
|
2019-12-09 17:16:29 +11:00
|
|
|
services:
|
|
|
|
- docker
|
2018-03-30 11:23:39 +11:00
|
|
|
|
|
|
|
before_install:
|
2019-12-09 17:16:29 +11:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
|
2018-07-17 10:28:27 +10:00
|
|
|
|
2019-12-09 17:16:29 +11:00
|
|
|
install: true # Prevent travis doing bundle install
|
2018-03-30 11:23:39 +11:00
|
|
|
|
2019-12-09 17:16:29 +11:00
|
|
|
script:
|
|
|
|
- discourse-plugin-ci/script.sh
|