UNPKG

nacl-blob

Version:

Encrypt browser blobs and files with tweetnacl-js-stream

19 lines (18 loc) 261 B
dist: trusty language: node_js node_js: - 'node' sudo: false addons: apt: packages: - xvfb cache: directories: - ~/.npm install: - export DISPLAY=':99.0' - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - npm i script: - npm test