Skip to content

Commit

Permalink
travis-ci: use newer cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 22, 2016
1 parent b3078a4 commit c250855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- kubuntu-backports
packages:
- g++-4.8
- g++-4.8-multilib
- g++-multilib
- cmake
- os: osx
compiler: clang
script:
Expand All @@ -35,6 +37,7 @@ matrix:
- g++-mingw-w64-x86-64
- gcc-mingw-w64-x86-64
- binutils-mingw-w64-x86-64
- cmake
- os: linux
compiler: i686-w64-mingw32-g++
script:
Expand All @@ -47,3 +50,4 @@ matrix:
- g++-mingw-w64-i686
- gcc-mingw-w64-i686
- binutils-mingw-w64-i686
- cmake

0 comments on commit c250855

Please sign in to comment.