diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-28 10:35:42 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-28 10:35:42 +0200 |
| commit | 8bb87420f5a1d4b284a96fca1da158631f9ffe15 (patch) | |
| tree | dcbc5cd6f9e90a8ffee8c7d695760f71ca2c99c0 | |
| parent | ad9d2b6229d2a3e928693a472f9962596a27b8a6 (diff) | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 25bcf02815a..091eb2b18b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - echo "yes" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test - sudo apt-get -qq update - sudo apt-get -qq install build-essential libtool gcc-4.8 g++-4.8 make cmake openssl - - sudo apt-get -qq install libssl-dev libmysqlclient15-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev + - sudo apt-get -qq install libssl-dev libmysqlclient-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev - sudo apt-get -qq install libboost1.55-dev libboost-thread1.55-dev libboost-filesystem1.55-dev libboost-system1.55-dev libboost-program-options1.55-dev libboost-iostreams1.55-dev install: |
