DEV: Update .travis.yml

This commit is contained in:
David Taylor 2018-09-12 17:44:25 +01:00
parent 44001e259b
commit 6824411b8b
1 changed files with 4 additions and 11 deletions

View File

@ -4,16 +4,9 @@ services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
- git clone https://github.com/discourse/discourse-plugin-ci
install: true # Prevent travis doing bundle install
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
- discourse-plugin-ci/script.sh