Skip to content

Commit 0ca7866

Browse files
author
Martin Müllenhaupt
committed
travis: reqs
1 parent 9ddb1d9 commit 0ca7866

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ matrix:
88
- UID_PLATFORM='linux'
99
- CXX=g++-5
1010
- CC=gcc-5
11-
compiler: gcc
1211
addons:
1312
apt:
1413
sources:
1514
- ubuntu-toolchain-r-test
15+
- george-edison55-precise-backports
1616
packages:
1717
- gcc-5
18+
- cmake
1819
- os: linux
1920
sudo: false
2021
env:
@@ -25,7 +26,9 @@ matrix:
2526
apt:
2627
sources:
2728
- ubuntu-toolchain-r-test
29+
- george-edison55-precise-backports
2830
packages:
31+
- cmake
2932
- gcc-4.8
3033
- g++-4.8
3134
- autopoint

0 commit comments

Comments
 (0)