From 46da0c9df400cbdf29b430614e8c257ebab5f096 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 5 Feb 2019 15:02:07 +0000 Subject: [PATCH] DEV: Add travis configuration --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fed1101 --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file