12 lines
160 B
YAML
12 lines
160 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
|
|
before_install:
|
|
- git clone https://github.com/frappe/charts && cd charts
|
|
- make install
|
|
|
|
script:
|
|
- make test |