rasha.js/.drone.yml
John Shaver cd0533a72b
Niektóre etapy są w toku
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 wiersze
186 B
YAML

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