chalk/.travis.yml

10 lines
176 B
YAML
Raw Normal View History

2020-11-19 13:38:36 +00:00
arch:
- amd64
- ppc64le
2013-08-03 02:16:26 +02:00
language: node_js
node_js:
- '12'
2018-12-26 02:18:40 +01:00
- '10'
2018-09-01 02:50:53 +07:00
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'