Remove arm targets

This commit is contained in:
Arun Prakash Jana 2017-12-27 01:11:38 +05:30
parent ff1c467285
commit c86db31ef5
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -11,16 +11,6 @@ matrix:
- os: linux - os: linux
dist: trusty dist: trusty
compiler: clang compiler: clang
- os: linux
compiler: arm-linux-gnueabihf-gcc
addons:
apt:
packages: ['gcc-arm-linux-gnueabihf', 'libc6-dev-armhf-cross']
- os: linux
compiler: aarch64-linux-gnu-gcc
addons:
apt:
packages: ['gcc-aarch64-linux-gnu', 'libc6-dev-arm64-cross']
- os: osx - os: osx
compiler: gcc compiler: gcc
- os: osx - os: osx