mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-22 10:30:05 +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:
|
||||
depth: 1
|
||||
|
||||
|
||||
env:
|
||||
global:
|
||||
- secure: |-
|
||||
@ -93,16 +92,6 @@ matrix:
|
||||
# g++ 4.8 on Linux with C++11
|
||||
- env: COMPILER=g++-4.8 BUILD=Debug STANDARD=11
|
||||
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)
|
||||
language: android
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user