Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit c286289

Browse files
committed
used container based travis builds
1 parent be62b92 commit c286289

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
sudo: false
12
language: python
23
python: 2.7
4+
addons:
5+
apt:
6+
packages:
7+
- tsocks
38
before_install:
4-
- sudo cp scripts/slackbot-test-ctl /usr/local/bin
9+
- export PATH=$HOME/bin:$PATH
10+
- cp scripts/slackbot-test-ctl $HOME/bin
11+
- pip install shadowsocks
512
- slackbot-test-ctl init
613
- slackbot-test-ctl startproxy
714
install: pip install -r requirements.txt

0 commit comments

Comments
 (0)