* fix: should sync missing public scoped package on install closes #938 * refactor: sync all scoped packages when config.scopes is empty * test: test on node 6
11 lines
161 B
YAML
11 lines
161 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
addons:
|
|
- postgresql: '9.3'
|
|
script: 'make test-travis-all'
|
|
after_script:
|
|
- 'npm i codecov && codecov'
|