mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 14:19:01 +00:00
13 lines
307 B
YAML
13 lines
307 B
YAML
language: node_js
|
|
node_js: 6
|
|
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
|