clone local plugin repo
This commit is contained in:
commit
be5ccfce23
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue