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 52828b9 commit ed29338
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
os:
- linux
language: c

compiler:
- clang
- gcc
addons:
apt:
packages:
- libjson0-dev
- libevent2
- libevent2-openssl
- libmosquitto
- libuci
- libip4tc
- libopenssl
- libpthread
install: cmake .
script: make && make test

install:
- sudo -E apt-add-repository -y ppa:linuxjedi/ppa
- sudo apt-get update || true
- sudo apt-get install build-essential
- sudo apt-get install libjson0-dev libevent-dev

script:
- cmake .
- make

0 comments on commit ed29338

Please sign in to comment.