summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Nikora (GitHub) <50582435+MNikora@users.noreply.github.com>2020-04-24 19:47:28 +0300
committerGitHub <noreply@github.com>2020-04-24 19:47:28 +0300
commit607f544c5cd57b675f84ac952cee0d1fee5e7ba8 (patch)
tree48b84544f9cf30bc7946f3f58f0cafb86abd0d4e
parentcb5fc719b2bfdb71d5466109a5cf770722a60048 (diff)
downloadsdl_core-607f544c5cd57b675f84ac952cee0d1fee5e7ba8.tar.gz
Update .travis.yml
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 41419e8fe6..493cc7851e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,7 @@ addons:
- ubuntu-toolchain-r-test
before_install:
- - sudo apt-get update
- - sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev-dev cmake html2text lcov git cmake automake1.11 build-essential libavahi-client-dev sqlite3 libsqlite3-dev libgtest-dev bluez-tools libpulse-dev libusb-1.0.0-dev cppcheck python3-pip python3-setuptools
+ - sudo apt-get update && apt-get install git cmake build-essential sqlite3 libsqlite3-dev libssl1.0-dev libssl1.0.0 libusb-1.0-0-dev libudev-dev libgtest-dev libbluetooth3 libbluetooth-dev bluez-tools libpulse-dev python3-pip python3-setuptools automake
- sudo apt-get install -f clang-format-6.0
script: