mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-06-27 18:12:12 +00:00
Add .travis.yml from discourse-plugin-ci
This commit is contained in:
parent
9dcba5c6e7
commit
9f95a23b83
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user