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
1 changed files with 0 additions and 10 deletions

View File

@ -11,16 +11,6 @@ matrix:
- os: linux
dist: trusty
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
compiler: gcc
- os: osx