Skip to content

Commit

Permalink
Add travisci target for FEATURES=-DWITHOUT_MIRROR
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Oct 15, 2018
1 parent 3f99471 commit ab904fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,11 @@ matrix:
env: SSL=ubuntu EVENT=ubuntu
before_install:
- sudo apt-get install -qq libssl-dev libevent-dev libnet1-dev libpcap-dev check
- os: linux
compiler: clang
env: FEATURES=-DWITHOUT_MIRROR SSL=ubuntu EVENT=ubuntu
before_install:
- sudo apt-get install -qq libssl-dev libevent-dev check
- os: linux
compiler: clang
env: SSL=openssl-0.9.8zh EVENT=libevent-2.0.22
Expand Down

0 comments on commit ab904fa

Please sign in to comment.