Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 08:50:29 +01:00
Update .travis.yml
Dieser Commit ist enthalten in:
Ursprung
74cba10a10
Commit
f419d1c20c
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
|
@ -1,12 +1,10 @@
|
|||
# We want to use the KVM-based system, so require sudo
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
|
||||
|
||||
install: true # Prevent travis doing bundle install
|
||||
install: true
|
||||
|
||||
script:
|
||||
- discourse-plugin-ci/script.sh
|
||||
|
|
Laden …
In neuem Issue referenzieren