diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-07 17:45:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-07 18:00:16 +0300 |
commit | dbc6ca286c86de539c460caecc4c021419a4616b (patch) | |
tree | 5bcc0253bf8cf7c1061da244918b49f8e52d9553 | |
parent | Travis: fix examples/boost builds (diff) | |
download | cmake-common-dbc6ca286c86de539c460caecc4c021419a4616b.tar.gz cmake-common-dbc6ca286c86de539c460caecc4c021419a4616b.zip |
Travis: install newer CMake
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 107beb6..6ad79fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,11 @@ addons: apt: update: true packages: + - cmake - g++-multilib + sources: + - sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main' + key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc' jobs: include: |