浏览代码
Remove duplicate builds
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
2 个文件被更改,包括
7 次插入 和
6 次删除
-
.travis.yml
-
README.md
|
|
@@ -9,12 +9,12 @@ env: |
|
|
|
matrix: |
|
|
|
include: |
|
|
|
# Access more recent gcc and clang via a Xenial image |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
compiler: gcc |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
compiler: clang |
|
|
|
#- os: linux |
|
|
|
# dist: trusty |
|
|
|
# compiler: gcc |
|
|
|
#- os: linux |
|
|
|
# dist: trusty |
|
|
|
# compiler: clang |
|
|
|
- os: osx |
|
|
|
compiler: gcc |
|
|
|
- os: osx |
|
|
|
|
|
@@ -13,6 +13,7 @@ |
|
|
|
<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://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> |
|
|
|
</p> |
|
|
|
|
|
|
|