UNPKG
shadowsocks-single
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
Yet another shadowsocks implementation for nodejs to help you bypass firewalls.
shadowsocks-single
/
.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