Fix CI
This commit is contained in:
parent
3aefa7697b
commit
61e20cd615
18
.travis.yml
18
.travis.yml
|
|
@ -15,23 +15,7 @@ install:
|
|||
script:
|
||||
- yarn build
|
||||
- cp .env.example .env
|
||||
- zip -9 -r blessing-skin-server-$TRAVIS_TAG.zip \
|
||||
app \
|
||||
bootstrap \
|
||||
config \
|
||||
database \
|
||||
plugins \
|
||||
public \
|
||||
resources/lang \
|
||||
resources/views \
|
||||
routes \
|
||||
storage \
|
||||
vendor \
|
||||
.env \
|
||||
artisan \
|
||||
LICENSE \
|
||||
README.md \
|
||||
README_EN.md
|
||||
- zip -9 -r blessing-skin-server-$TRAVIS_TAG.zip app bootstrap config database plugins public resources/lang resources/views routes storage vendor .env artisan LICENSE README.md README_EN.md
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user