UNPKG
@tradle/otr
Version:
latest (0.2.17)
0.2.17
0.2.16
0.2.15
Off-the-Record Messaging Protocol
github.com/arlolra/otr
@tradle/otr
/
.travis.yml
14 lines
(10 loc)
•
214 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
-
"0.11"
-
"0.10.30"
before_install:
-
"sudo apt-get update"
-
"sudo apt-get install -qq libotr2-dev"
-
"pushd test; make build LIBOTR_DIR=/usr; popd"
script:
-
"make all"