UNPKG
secret-box
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Encrypt and decrypt secrets.
github.com/jprichardson/secret-box
jprichardson/secret-box
secret-box
/
.travis.yml
14 lines
(13 loc)
•
188 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: node_js
node_js:
-
"4"
-
"5"
-
"6"
matrix:
include
: - node_js:
"6"
env: TEST_SUITE=lint
env:
- TEST_SUITE=unit
script: npm run-script $TEST_SUITE