Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge 013181f into 888e3ff
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Jan 5, 2018
2 parents 888e3ff + 013181f commit 9e8ffea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
- "9"
env:
- CXX=g++-4.8
addons:
Expand All @@ -18,9 +18,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SYNOPSIS
[![NPM Package](https://img.shields.io/npm/v/ethereumjs-blockchain.svg?style=flat-square)](https://www.npmjs.org/package/ethereumjs-blockchain)
[![Build Status](https://img.shields.io/travis/ethereumjs/ethereumjs-blockchain.svg?branch=master&style=flat-square)](https://travis-ci.org/ethereumjs/ethereumjs-blockchain)
[![Build Status](https://travis-ci.org/ethereumjs/ethereumjs-blockchain.svg?branch=master)](https://travis-ci.org/ethereumjs/ethereumjs-blockchain)
[![Coverage Status](https://img.shields.io/coveralls/ethereumjs/ethereumjs-blockchain.svg?style=flat-square)](https://coveralls.io/r/ethereumjs/ethereumjs-blockchain)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/ethereumjs-lib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) or #ethereumjs on freenode

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"semaphore": "^1.0.3"
},
"devDependencies": {
"coveralls": "^2.11.4",
"coveralls": "^3.0.0",
"istanbul": "^0.4.2",
"standard": "^10.0.0-beta.0",
"tape": "^4.2.1"
Expand Down

0 comments on commit 9e8ffea

Please sign in to comment.