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:
|
||||
- npm install -g jspm
|
||||
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
||||
before_script:
|
||||
- npm install -g gulp
|
||||
before_deploy:
|
||||
- gulp build
|
||||
- npm run build
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"scripts": {
|
||||
"test": "gulp lint",
|
||||
"postinstall": "jspm install",
|
||||
"start": "gulp serve"
|
||||
"start": "gulp serve",
|
||||
"build": "gulp build"
|
||||
},
|
||||
"keywords": [
|
||||
"Swagger",
|
||||
|
|
Loading…
Reference in New Issue
Block a user