Drop gcc 4.4 from CI

This commit is contained in:
Victor Zverovich 2019-05-30 06:51:59 -07:00
parent 9b3c24b99b
commit 4a7966c773

View File

@ -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: