mirror of https://github.com/renovatebot/renovate
19 lines
385 B
YAML
19 lines
385 B
YAML
language: node_js
|
|
node_js: 4
|
|
install: npm install
|
|
script:
|
|
- npm test
|
|
- npm prune
|
|
- npm shrinkwrap --dev
|
|
before_cache: npm prune
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
# force container based infra
|
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- node_modules
|