mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Remove arm targets
This commit is contained in:
parent
ff1c467285
commit
c86db31ef5
10
.travis.yml
10
.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
|
||||
|
|
Loading…
Reference in a new issue