Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengfeng Liu authored Aug 31, 2018
1 parent 6dda4e0 commit 8875095
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ before_install:
sudo make install &&
cd -

wget https://github.com/eclipse/mosquitto/archive/v1.5.1.tar.gz &&
tar -zxf v1.5.1.tar.gz &&
cd v1.5.1 &&
make &&
sudo make install &&
cd -

script:
- cmake .
- make

0 comments on commit 8875095

Please sign in to comment.