diff options
| author | jackpoz <giacomopoz@gmail.com> | 2019-12-07 16:30:37 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2019-12-08 17:35:25 +0100 |
| commit | 994ddb22d22c76942b63c152e23a106d1db87e70 (patch) | |
| tree | 96337bb8853550a550a7e99f301e51bd84e13d14 | |
| parent | d8e12d826c300704d027970a93c5943798be8186 (diff) | |
CI/Travis: Upgrade to Ubuntu 18.04
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8c455fc0495..d4bc450f199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: cpp compiler: @@ -11,7 +11,7 @@ addons: apt: sources: - sourceline: 'ppa:mhier/libboost-latest' - - ubuntu-toolchain-r-test +# - sourceline: 'ubuntu-toolchain-r-test' packages: - boost1.67 - libssl-dev |
