Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkiller committed Jul 26, 2018
1 parent 6bcbad8 commit bb41440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: go
go:
- 1.7.4
- 1.8
- 1.9
install:
- go get golang.org/x/crypto/blowfish
- go get golang.org/x/crypto/cast5
Expand All @@ -10,4 +11,4 @@ install:
- go install ./cmd/shadowsocks-server
script:
- PATH=$PATH:$HOME/gopath/bin bash -x ./script/test.sh
sudo: false
sudo: false

0 comments on commit bb41440

Please sign in to comment.