Browse Source

Build core only

bubble
Buu Nguyen 7 years ago
parent
commit
373ea3ccc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
before_deploy: "npm run build"
before_deploy: "npm run build-core"
deploy:
provider: npm
email: apiteam@swagger.io


Loading…
Cancel
Save