0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Maybe we still need docker for travis

Dieser Commit ist enthalten in:
Angus McLeod 2018-03-06 11:54:59 +08:00
Ursprung 2440ed570a
Commit 8a0ca7abbc

Datei anzeigen

@ -1,5 +1,10 @@
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
after_success:
- pip install virtualenv