Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from vernak2539/travis-update
Browse files Browse the repository at this point in the history
travis ci: adding badge
  • Loading branch information
vernak2539 committed Aug 19, 2014
2 parents ba1438b + c188561 commit 5d2466a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
testing.js
coverage/
*.tgz
npm-debug.log
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.8
- 0.10
- "0.8"
- "0.10"
before_install: "test $TRAVIS_NODE_VERSION = '0.8' && npm install -g [email protected] || true"
before_script:
- npm install -g grunt-cli
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Fuel Auth (for Node.js)
Fuel Auth (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-Auth.svg)](https://travis-ci.org/ExactTarget/Fuel-Node-Auth)
=============

This library allows users to create authentication clients for ExactTarget APIs.

<!-- Use our [REST][1] and [SOAP][2] clients to interact with these APIs at a low-level. -->

This library is compatible with node versions 0.8 and 0.10+. `npm install` will error if you're using node version 0.8 with developer dependencies. To have a successful install for testing/contributing use `npm install -g [email protected]` and the issue should be resolved.

## Accessing ExactTarget's API

<!--
Expand Down

0 comments on commit 5d2466a

Please sign in to comment.