Skip to content

Commit

Permalink
Remove duplicate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 13, 2019
1 parent 33446b4 commit 00769fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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>

Expand Down

0 comments on commit 00769fb

Please sign in to comment.