diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-12-27 01:11:38 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-12-27 01:11:38 +0530 |
commit | c86db31ef5f904664a8ff6f318dcd14e6884e88a (patch) | |
tree | bf2d7903e607068f777668726802ce9f94d3368a | |
parent | ff1c46728576e0a26383efa3bf4faef59dc72ab9 (diff) | |
download | nnn-c86db31ef5f904664a8ff6f318dcd14e6884e88a.tar.gz |
Remove arm targets
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 4bc7ac2..4eaf348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |