Commit 0459a6a8 authored by Pavel Vainerman's avatar Pavel Vainerman

update travis.yml

parent 20e581db
...@@ -7,7 +7,7 @@ compiler: ...@@ -7,7 +7,7 @@ compiler:
cache: cache:
apt: true apt: true
# Disallowing packages: libcomedi-dev, libcommoncpp2-dev, libomniorb4-dev, libpqxx-dev # Disallowing packages: libcomedi-dev, libcommoncpp2-dev, libomniorb4-dev, libpqxx-dev, libev-dev
# If you require these packages, please review the package approval process at: https://github.com/travis-ci/apt-package-whitelist#package-approval-process # If you require these packages, please review the package approval process at: https://github.com/travis-ci/apt-package-whitelist#package-approval-process
#sudo: false #sudo: false
...@@ -25,7 +25,7 @@ before_install: ...@@ -25,7 +25,7 @@ before_install:
install: install:
# have no catch package # have no catch package
- sudo apt-get install libcomedi-dev libcommoncpp2-dev libmysqlclient-dev libomniorb4-dev omniidl xsltproc libpqxx3-dev librrd-dev libsigc++-2.0-dev libsqlite3-dev python-dev libmosquittopp0-dev - sudo apt-get install libcomedi-dev libcommoncpp2-dev libmysqlclient-dev libomniorb4-dev omniidl xsltproc libpqxx3-dev libev-dev librrd-dev libsigc++-2.0-dev libsqlite3-dev python-dev libmosquittopp0-dev
- wget https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp -O include/catch.hpp - wget https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp -O include/catch.hpp
before_script: before_script:
...@@ -53,6 +53,7 @@ addons: ...@@ -53,6 +53,7 @@ addons:
# - libsqlite3-dev # - libsqlite3-dev
# - python-dev # - python-dev
# - libmosquittopp0-dev # - libmosquittopp0-dev
# - libev-dev
coverity_scan: coverity_scan:
project: project:
name: "Etersoft/uniset2" name: "Etersoft/uniset2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment