diff --git a/.travis.yml b/.travis.yml index e794c0ea8a..1baa15abad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,17 +3,7 @@ os: sudo: false -dist: trusty - -addons: - apt: - packages: - - lcov - - build-essential - - git - - libc6-i386 - - time - - libblocksruntime-dev +dist: bionic git: depth: 5 @@ -42,6 +32,8 @@ env: # - TARGET=... before_install: + - sudo apt-get update + - sudo apt-get install -y lcov libc6-i386 libblocksruntime-dev - | echo "Target branch: $TRAVIS_BRANCH" echo "Commit range: $TRAVIS_COMMIT_RANGE"