Skip to content

Commit

Permalink
Merge pull request #11 from gadventures/travis-testing
Browse files Browse the repository at this point in the history
Use latest LTS version of node to test
  • Loading branch information
silent1mezzo committed Nov 29, 2017
2 parents 1a76d97 + ee35f37 commit 257283d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1 +1,10 @@
language: node_js
node_js:
- "node"
- "lts/*"
- "8"
- "7"
- "6"
- "5"
- "4"

2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
gapi-js
===========
[![Build Status](https://travis-ci.com/gadventures/gapi-js.svg?branch=master)](https://travis-ci.com/gadventures/gapi-js)

A simple js client for the G Adventures' API (G API) based on [SuperAgent](https://github.com/visionmedia/superagent)

Before you can use this package you need to [signup for G API](https://developers.gadventures.com/docs/index.html)
Expand Down

0 comments on commit 257283d

Please sign in to comment.