UNPKG
electron-otr
Version:
latest (0.2.16)
0.2.16
Off-the-Record Messaging Protocol
github.com/mstrodl/otr
mstrodl/otr
electron-otr
/
.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"