mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51: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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue