12 lines
266 B
YAML
Raw Normal View History

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