mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-16 22:52:12 -04:00
DEV: Add Travis configuration
This commit is contained in:
+12
@@ -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
|
||||
Reference in New Issue
Block a user