From ccd79a8388e66e3f9582b0cc06dfa0af4c23df23 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 28 Jul 2019 10:43:52 +1200 Subject: [PATCH] Updating travis to use bionic. Enabled sudo to check if this fixes the apt installation problems. Adding extra packages with apt-get. --- .travis.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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"