clone local plugin repo

This commit is contained in:
Rimian Perkins 2017-02-24 14:15:26 +11:00
commit be5ccfce23
1 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@ env:
dist: trusty dist: trusty
cache: bundler --path discourse/vendor cache: bundler --path $TRAVIS_BUILD_DIR/discourse/vendor
addons: addons:
postgresql: 9.5 postgresql: 9.5
@ -29,9 +29,7 @@ before_install:
install: install:
- touch config/stripe.yml - touch config/stripe.yml
- ln -s ../discourse-donations plugins - git clone $TRAVIS_BUILD_DIR plugins/discourse-donations --depth 50 --branch $TRAVIS_BRANCH
- ls -l plugins
- ls -l plugins/discourse-donations
before_script: before_script:
- gem install bundler - gem install bundler