UNPKG
irc-dcc
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
DCC Support for Node-IRC
node-irc-dcc.readthedocs.io/en/latest/
tritium21/node-irc-dcc
irc-dcc
/
appveyor.yml
15 lines
(12 loc)
•
239 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
environment:
matrix:
-
nodejs_version:
"4"
-
nodejs_version:
"6"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
npm
install
test_script:
-
node
--version
-
npm
--version
-
npm
test
build:
off