summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Nikora (GitHub) <50582435+MNikora@users.noreply.github.com>2020-04-24 21:02:25 +0300
committerGitHub <noreply@github.com>2020-04-24 21:02:25 +0300
commit0781efe69d8e3c1d54c85369ebef31c85b61e193 (patch)
tree10f64b9b2b43a35f63a9b95d532b54682ac609a0
parent25160d38481803992db6958b8e967abeeedcdf87 (diff)
downloadsdl_core-fix/travis_update_ubuntu_bionic.tar.gz
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a2a3d774c..73c37d8618 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,14 @@ addons:
apt:
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
-
+ packages:
+ - cppcheck
+ - cmake
+ - make
+ - automake
+ - sqlite3
before_install:
- - sudo apt-get update && sudo apt-get install cppcheck 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 update && sudo apt-get install 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
- sudo apt-get install -f clang-format-6.0
script: