Skip to content

Commit 20768db

Browse files
committed
build: remove osx test
1 parent f8c90c2 commit 20768db

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ node_js:
55
- "5"
66
- "6"
77
- "7"
8+
matrix:
9+
include:
10+
- node_js: "8"
11+
dist: trusty
12+
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
13+
allow_failures:
14+
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
815
os:
916
- linux
10-
- osx
1117
cache:
1218
directories:
1319
- node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [mongodb-backup](https://github.com/hex7c0/mongodb-backup)
22

33
[![NPM version](https://img.shields.io/npm/v/mongodb-backup.svg)](https://www.npmjs.com/package/mongodb-backup)
4-
[![Linux Status](https://img.shields.io/travis/hex7c0/mongodb-backup.svg?label=linux-osx)](https://travis-ci.org/hex7c0/mongodb-backup)
4+
[![Linux Status](https://img.shields.io/travis/hex7c0/mongodb-backup.svg?label=linux)](https://travis-ci.org/hex7c0/mongodb-backup)
55
[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/mongodb-backup.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/mongodb-backup)
66
[![Dependency Status](https://img.shields.io/david/hex7c0/mongodb-backup.svg)](https://david-dm.org/hex7c0/mongodb-backup)
77
[![Coveralls](https://img.shields.io/coveralls/hex7c0/mongodb-backup.svg)](https://coveralls.io/r/hex7c0/mongodb-backup)

0 commit comments

Comments
 (0)