0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00
discourse-custom-wizard/.travis.yml

13 Zeilen
277 B
YAML

2019-12-09 07:16:29 +01:00
# We want to use the KVM-based system, so require sudo
2018-03-06 04:21:40 +01:00
sudo: required
2019-12-09 07:16:29 +01:00
services:
- docker
before_install:
2019-12-09 07:16:29 +01:00
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
2018-07-17 02:28:27 +02:00
2019-12-09 07:16:29 +01:00
install: true # Prevent travis doing bundle install
2019-12-09 07:16:29 +01:00
script:
- discourse-plugin-ci/script.sh