From 6824411b8b0701324da9ea1bcf9a8e3e289eb4cb Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 12 Sep 2018 17:44:25 +0100 Subject: [PATCH] DEV: Update .travis.yml --- .travis.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index d787f9c..88c7810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,17 +3,10 @@ sudo: required services: - docker -before_install: - - plugin_name=${PWD##*/} && echo $plugin_name +before_install: + - 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 - \ No newline at end of file +script: + - discourse-plugin-ci/script.sh \ No newline at end of file