opusdev/vector-similarity-api
1
1sudo: false2language: node_js3cache:4 directories:5 - node_modules6notifications:7 email: false8node_js:9 - '4'10before_install:11 - npm i -g npm@^2.0.012before_script:13 - npm prune14after_success:15 - npm run semantic-release16branches:17 except:18 - "/^v\\d+\\.\\d+\\.\\d+$/"19 