Skip to content

Commit 7b1b90b

Browse files
committed
bump travis ci node versions
1 parent 86e3557 commit 7b1b90b

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.travis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
sudo: false
2-
31
os:
42
- linux
53
- osx
4+
- windows
65

76
language: node_js
87

98
node_js:
10-
- 6
11-
- 4
9+
- node
10+
- 10
1211

1312
cache:
1413
directories:
1514
- node_modules
16-
17-
install:
18-
- npm i -g npm@latest
19-
- npm install
20-
21-
notifications:
22-
email: false

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Parallel.js
22

3-
[![Throughput Graph](https://graphs.waffle.io/parallel-js/parallel.js/throughput.svg)](https://waffle.io/parallel-js/parallel.js/metrics/throughput)
4-
53
[![Build Status](https://travis-ci.org/parallel-js/parallel.js.svg?branch=master)](https://travis-ci.org/parallel-js/parallel.js)
64
[![NPM version](https://badge.fury.io/js/paralleljs.svg)](http://badge.fury.io/js/paralleljs)
75
[![Dependency Status](https://img.shields.io/david/parallel-js/parallel.js.svg)](https://david-dm.org/parallel-js/parallel.js)
86
[![npm](https://img.shields.io/npm/dm/paralleljs.svg?maxAge=2592000)](https://www.npmjs.com/package/paralleljs)
97
[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
108
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
11-
<!-- [![Known Vulnerabilities](https://snyk.io/test/github/parallel-js/paralle.js/badge.svg)](https://snyk.io/test/github/parallel-js/paralle.js) -->
12-
<!-- [![Join the chat at on Gitter.im](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/parallel-js/parallel.js) -->
139

1410
**Easy Parallel Computing with Javascript**
1511

0 commit comments

Comments
 (0)