UNPKG
otr-cypher
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Off-the-Record Messaging Protocol
otr-cypher
/
.travis.yml
18 lines
(13 loc)
•
209 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: node_js
node_js:
-
"4.0.0"
-
"0.12"
-
"0.10.30"
matrix:
allow_failures: - node_js:
"4.0.0"
before_install:
-
"sudo apt-get update"
-
"pushd test; make; popd"
script:
-
"make all"