mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
7db24bd615
* test branch deploys * maybe setting the base dir will prevent npm install * bump netlify config * bump travis config
9 lines
124 B
YAML
9 lines
124 B
YAML
language: node_js
|
|
cache: yarn
|
|
|
|
node_js:
|
|
- "8"
|
|
|
|
script:
|
|
- yarn test --coverage --coverageReporters=text-lcov | coveralls
|