UNPKG
shadowsocks-js
Version:
alpha (1.4.1)
beta-1.2.0 (1.2.0)
latest (1.2.1)
1.4.1
1.4.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
Yet another shadowsocks implementation for nodejs to help you bypass firewalls.
shadowsocks-js
/
.travis.yml
12 lines
(11 loc)
•
127 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
-
"4"
-
"5"
-
"6"
script:
- npm run travis-ci-test
branches:
only: - master - dev