removed unnecessary stuff

This commit is contained in:
john30
2017-08-27 16:47:22 +02:00
parent 46f60e821c
commit 203c139d53
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libmosquitto0 libmosquitto0-dev
- export CXX=g++-4.8
- ping -c 1 localhost
script:
- ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)