Skip to content

Commit

Permalink
DEV: Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Sep 12, 2018
1 parent 44001e2 commit 6824411
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Expand Up @@ -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
script:
- discourse-plugin-ci/script.sh

0 comments on commit 6824411

Please sign in to comment.