Skip to content

Commit

Permalink
Travis fixes
Browse files Browse the repository at this point in the history
- Fixes the travis badge on the README
- Make travis test all versions of node upto 4.1
  • Loading branch information
raoulmillais committed Jan 8, 2016
1 parent b54486c commit 1467328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"

notifications:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Current head build status:

[![Build Status](https://travis-ci.org/raoulmillais/node-7digital-api.png?branch=master)](http://travis-ci.org/raoulmillais/node-7digital-api)
[![Build Status](https://travis-ci.org/raoulmillais/7digital-api.png?branch=master)](http://travis-ci.org/raoulmillais/node-7digital-api)

## About 7digital

Expand Down

0 comments on commit 1467328

Please sign in to comment.