Browse Source

Remove arm targets

master
Arun Prakash Jana 6 years ago
parent
commit
c86db31ef5
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      .travis.yml

+ 0
- 10
.travis.yml 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


Loading…
Cancel
Save