diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9fadef7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: ["7", "6", "5", "4", "0.12"] +before_script: + - npm install -g nodeunit +notifications: + email: false diff --git a/README.md b/README.md index 55a6c54..674fdb8 100644 --- a/README.md +++ b/README.md @@ -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) --- diff --git a/circle.yml b/circle.yml deleted file mode 100644 index e69de29..0000000