Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from librato/chore/build-matrix
Browse files Browse the repository at this point in the history
Bring travis back. Update build matrix
  • Loading branch information
bryanmikaelian authored Apr 6, 2017
2 parents 0c3c89a + 3d267ea commit d7d855b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js: ["7", "6", "5", "4", "0.12"]
before_script:
- npm install -g nodeunit
notifications:
email: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StatsD Librato backend

[![NPM version](https://badge.fury.io/js/statsd-librato-backend.svg)](http://badge.fury.io/js/statsd-librato-backend)
[![CircleCI](https://circleci.com/gh/librato/statsd-librato-backend.svg?style=shield)](https://circleci.com/gh/librato/statsd-librato-backend)
[![Build Status](https://travis-ci.org/librato/statsd-librato-backend.svg?branch=master)](https://travis-ci.org/librato/statsd-librato-backend)

---

Expand Down
Empty file removed circle.yml
Empty file.

0 comments on commit d7d855b

Please sign in to comment.