DEV: Add Travis configuration

This commit is contained in:
David Taylor 2018-10-19 14:31:09 +01:00 committed by GitHub
parent a6a562fb54
commit ea7cecc1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 https://github.com/discourse/discourse-plugin-ci
install: true # Prevent travis doing bundle install
script:
- discourse-plugin-ci/script.sh