Skip to content

Commit

Permalink
Upgrade CMake in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Apr 12, 2020
1 parent a22c50d commit b5fdf53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ addons:
- wget
- r
update: true
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- cmake
update: true

before_install:
- source tests/travis/travis_setup_env.sh
Expand Down

0 comments on commit b5fdf53

Please sign in to comment.