discourse-chat-integration/.travis.yml

17 lines
377 B
YAML
Raw Normal View History

2017-07-12 07:00:18 -04:00
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
2017-07-12 07:00:18 -04:00
script:
- >
docker run
2017-07-12 07:00:18 -04:00
-e "COMMIT_HASH=origin/tests-passed"
-e "SKIP_CORE=1"
2017-07-12 07:00:18 -04:00
-e SINGLE_PLUGIN=$plugin_name
-v $(pwd):/var/www/discourse/plugins/$plugin_name
discourse/discourse_test:release