We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddb1d9 commit 0ca7866Copy full SHA for 0ca7866
1 file changed
.travis.yml
@@ -8,13 +8,14 @@ matrix:
8
- UID_PLATFORM='linux'
9
- CXX=g++-5
10
- CC=gcc-5
11
- compiler: gcc
12
addons:
13
apt:
14
sources:
15
- ubuntu-toolchain-r-test
+ - george-edison55-precise-backports
16
packages:
17
- gcc-5
18
+ - cmake
19
- os: linux
20
sudo: false
21
env:
@@ -25,7 +26,9 @@ matrix:
25
26
27
28
29
30
31
32
- gcc-4.8
33
- g++-4.8
34
- autopoint
0 commit comments