aboutsummaryrefslogtreecommitdiffstats
path: root/v3/contrib/libwebsock/.travis.yml
blob: c4a06bcfe7fa79e787c1d32e4dd0bd2af3f47de4 (plain) (blame)
1
2
3
4
5
6
7
language: c
compiler:
  - gcc
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libevent-2.0-5 libevent-openssl-2.0-5 libevent-dev
script: ./autogen.sh && ./configure && make