mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove duplicate builds
This commit is contained in:
parent
33446b437c
commit
00769fb5b7
12
.travis.yml
12
.travis.yml
|
@ -9,12 +9,12 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Access more recent gcc and clang via a Xenial image
|
# Access more recent gcc and clang via a Xenial image
|
||||||
- os: linux
|
#- os: linux
|
||||||
dist: trusty
|
# dist: trusty
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
- os: linux
|
#- os: linux
|
||||||
dist: trusty
|
# dist: trusty
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://repology.org/metapackage/nnn"><img src="https://repology.org/badge/tiny-repos/nnn.svg" alt="Availability"></a>
|
<a href="https://repology.org/metapackage/nnn"><img src="https://repology.org/badge/tiny-repos/nnn.svg" alt="Availability"></a>
|
||||||
<a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg" alt="Build Status" /></a>
|
<a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg" alt="Build Status" /></a>
|
||||||
|
<a href="https://circleci.com/gh/jarun/workflows/nnn"><img src="https://img.shields.io/circleci/project/github/jarun/nnn.svg" alt="Build Status" /></a>
|
||||||
<a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a>
|
<a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue