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