switch to trusty, add ping check

This commit is contained in:
john30
2017-08-27 10:02:31 +02:00
parent d217a82a0a
commit bbc4d0404e
+2
View File
@@ -1,3 +1,4 @@
dist: trusty
language: cpp
addons:
apt:
@@ -10,6 +11,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libmosquitto0 libmosquitto0-dev
- export CXX=g++-4.8
- ping localhost
script:
- ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)