mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
combining languages on travis is too hard
This commit is contained in:
parent
7ae5bf97bd
commit
e01bd6c1e3
1 changed files with 1 additions and 2 deletions
|
@ -1,18 +1,17 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 5
|
node_js: 5
|
||||||
rvm: 2.2
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- rvm install 2.3.1 && rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||||
- mkdir -p dist/css dist/js
|
- mkdir -p dist/css dist/js
|
||||||
- node_modules/.bin/node-sass scss/all.scss dist/css/all.css
|
- node_modules/.bin/node-sass scss/all.scss dist/css/all.css
|
||||||
- node_modules/.bin/webpack
|
- node_modules/.bin/webpack
|
||||||
- mkdir upload
|
- mkdir upload
|
||||||
- cd dist; zip -r ../upload/dist.zip *; cd -
|
- cd dist; zip -r ../upload/dist.zip *; cd -
|
||||||
- .travis/echo_sha.sh > upload/data.json
|
- .travis/echo_sha.sh > upload/data.json
|
||||||
- gem install danger --version '~> 4.0' && danger
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: s3
|
provider: s3
|
||||||
|
|
Loading…
Add table
Reference in a new issue