search-with-your-keyboard/.travis.yml

25 строки
374 B
YAML

language: node_js
addons:
apt:
packages:
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
- libgconf-2-4
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- "10"
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/