mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 17:44:07 +03:00
Update travis not to use global gulp
This commit is contained in:
parent
01328bce19
commit
98f0cdd1ec
|
@ -12,10 +12,8 @@ cache:
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g jspm
|
- npm install -g jspm
|
||||||
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
||||||
before_script:
|
|
||||||
- npm install -g gulp
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- gulp build
|
- npm run build
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
provider: script
|
provider: script
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp lint",
|
"test": "gulp lint",
|
||||||
"postinstall": "jspm install",
|
"postinstall": "jspm install",
|
||||||
"start": "gulp serve"
|
"start": "gulp serve",
|
||||||
|
"build": "gulp build"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Swagger",
|
"Swagger",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user