rasha.js/.drone.yml
John Shaver cd0533a72b
いくつかのステータスチェックが待機中です
continuous-integration/drone/push Build is passing
Fixed the env var for testing extended bit lengths.
2018-12-03 12:31:43 -08:00

12 行
186 B
YAML

kind: pipeline
name: default
pipeline:
build:
image: node
environment:
RASHA_TEST_LARGE_KEYS: "true"
commands:
- npm install --ignore-scripts
- npm test