Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ea7cecc

Browse files
DEV: Add Travis configuration
1 parent a6a562f commit ea7cecc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# We want to use the KVM-based system, so require sudo
2+
sudo: required
3+
services:
4+
- docker
5+
6+
before_install:
7+
- git clone https://github.com/discourse/discourse-plugin-ci
8+
9+
install: true # Prevent travis doing bundle install
10+
11+
script:
12+
- discourse-plugin-ci/script.sh

0 commit comments

Comments
 (0)