Files
cnpmjs.org/.travis.yml
fengmk2 94dc13088c fix: should sync missing public scoped package on install (#946)
* 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
2016-06-05 23:34:10 +08:00

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'