Skip to content

Commit

Permalink
update circleci without ssl.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 27, 2016
1 parent b19702f commit fba70af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -13,10 +13,10 @@ general:

dependencies:
override:
- sudo apt-get install -y valgrind openssl
- sudo apt-get install -y valgrind

test:
override:
- (cd trunk && ./configure --use-sys-ssl && make)
- (cd trunk && ./configure --without-ssl && make)
- (cd trunk && ./objs/srs_utest)

0 comments on commit fba70af

Please sign in to comment.