UNPKG
rsa-keypair
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Generate native openssl RSA keypair
github.com/sunjith/node-rsa-keypair
sunjith/node-rsa-keypair
rsa-keypair
/
.travis.yml
20 lines
(19 loc)
•
248 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: node_js
sudo: false
os:
- linux
addons:
apt: sources: -
"ubuntu-toolchain-r-test"
packages: -
"g++-4.8"
install:
-
export
CXX=g++-4.8 - $CXX --version - npm install
node_js:
-
"12"
-
"10"
-
"8"
-
"6"