Skip to content
Snippets Groups Projects
Commit a449ff25 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Add pg and mysql dependecies to travis

parent f0c5d97e
No related merge requests found
......@@ -11,6 +11,7 @@ branches:
install:
- sudo apt-get update > /dev/null
- sudo apt-get -q install binutils-dev python-daemon python-yaml python-pexpect
- sudo apt-get -q install libmysqlclient-dev libpq-dev
script:
- mkdir ./build && cd ./build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebugInfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment