UNPKG

334 BYAMLView Raw
1language: node_js
2node_js: 5
3install: npm install
4script:
5 - npm test
6before_cache: npm prune
7branches:
8 only:
9 - master
10# force container based infra
11# http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure
12sudo: false
13cache:
14 directories:
15 - node_modules