From 9f95a23b83d6bf37d19f012ff64b52438e775519 Mon Sep 17 00:00:00 2001 From: Rishabh Nambiar <5862206+rishabhnambiar@users.noreply.github.com> Date: Wed, 31 Oct 2018 14:57:53 +0530 Subject: [PATCH] Add .travis.yml from discourse-plugin-ci --- .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..88c7810 --- /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 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