mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Drop gcc 4.4 from CI
This commit is contained in:
parent
9b3c24b99b
commit
4a7966c773
11
.travis.yml
11
.travis.yml
@ -7,7 +7,6 @@ os: linux
|
|||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: |-
|
- secure: |-
|
||||||
@ -93,16 +92,6 @@ matrix:
|
|||||||
# g++ 4.8 on Linux with C++11
|
# g++ 4.8 on Linux with C++11
|
||||||
- env: COMPILER=g++-4.8 BUILD=Debug STANDARD=11
|
- env: COMPILER=g++-4.8 BUILD=Debug STANDARD=11
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# g++ 4.4 on Linux with C++11
|
|
||||||
- env: COMPILER=g++-4.4 BUILD=Debug STANDARD=11
|
|
||||||
compiler: gcc
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
update: true
|
|
||||||
packages:
|
|
||||||
- g++-4.4
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- name: Android NDK (Gradle)
|
- name: Android NDK (Gradle)
|
||||||
language: android
|
language: android
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user