diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 16:10:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 17:13:43 +0300 |
commit | d840bae41d0b740f42d587a11b9c0b6324ba8c52 (patch) | |
tree | e5ec61f18d5199b4dbada31bf3eab1cc650731ca | |
parent | cmake: use Boost::* targets (diff) | |
download | math-server-d840bae41d0b740f42d587a11b9c0b6324ba8c52.tar.gz math-server-d840bae41d0b740f42d587a11b9c0b6324ba8c52.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 6bdc61e..27a7ade 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' env: global: |