DEV: Add travis configuration

This commit is contained in:
David Taylor 2019-02-05 15:02:07 +00:00
parent 090f63c429
commit 46da0c9df4
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
before_install:
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
install: true # Prevent travis doing bundle install
script:
- discourse-plugin-ci/script.sh