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