marko/.travis.yml
Michael Rawlings 02670c8693
feat: import compiler from marko-js/x
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
Co-authored-by: Andrew Gliga <agliga@ebay.com>
2020-02-24 21:15:05 -08:00

9 lines
133 B
YAML

sudo: false
node_js:
- "10"
- "12"
language: node_js
install: "npm ci"
script: "npm run ci:test"
after_success: "npm run ci:codecov"