rasha.js/.drone.yml

12 lines
181 B
YAML
Raw Normal View History

2018-11-30 11:30:12 -08:00
kind: pipeline
name: default
pipeline:
build:
image: node
environment:
RASHA_TEST_LARGE_KEYS: 1
2018-11-30 11:30:12 -08:00
commands:
- npm install --ignore-scripts
2018-11-30 11:30:12 -08:00
- npm test