Skip to content

Commit

Permalink
add salsa20 dependency to travis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
genzj committed Mar 10, 2015
1 parent a84c46b commit 7d1eff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
install:
- go get golang.org/x/crypto/blowfish
- go get golang.org/x/crypto/cast5
- go get golang.org/x/crypto/salsa20
- go install ./cmd/shadowsocks-local
- go install ./cmd/shadowsocks-server
script:
Expand Down

0 comments on commit 7d1eff9

Please sign in to comment.