Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Mar 7, 2017
1 parent cfce815 commit 913e8bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@ language: c
compiler:
- clang
- gcc
addons:
apt:
packages:
- libjson-c
- libevent2
- libevent2-openssl
- libmosquitto
- libuci
- libip4tc
- libopenssl
- libpthread
install: cmake .
script: make && make test

0 comments on commit 913e8bf

Please sign in to comment.