chalk/.travis.yml
2020-11-19 13:38:36 +00:00

9 lines
176 B
YAML

arch:
- amd64
- ppc64le
language: node_js
node_js:
- '12'
- '10'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'