Merge pull request #3845 from swagger-api/travis-performance
Travis performance
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6.9'
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
services:
|
||||
- docker
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
install: "npm i && npm update"
|
||||
before_deploy:
|
||||
- npm run build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user