1
0
Fork 0
Dieser Commit ist enthalten in:
Angus McLeod 2018-03-06 11:48:18 +08:00
Ursprung 47b5f96ce1
Commit 2440ed570a

Datei anzeigen

@ -1,19 +1,5 @@
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
script:
- >
docker run
-e "COMMIT_HASH=origin/tests-passed"
-e "SKIP_CORE=1"
-e SINGLE_PLUGIN=$plugin_name
-v $(pwd):/var/www/discourse/plugins/$plugin_name
discourse/discourse_test:release
after_success:
- pip install virtualenv