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

Commit

Permalink
Merge pull request #20 from goshippo/add-travis-ci
Browse files Browse the repository at this point in the history
Add travis ci
  • Loading branch information
mnowik committed Jun 4, 2016
2 parents 88d2f30 + c2ce48f commit 07ec9b8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# dependencies
/node_modules
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
language: node_js
node_js:
- "0.8"

sudo: false

cache:
directories:
- node_modules
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.1.2 Jun 3rd, 2016
- add Travis CI and badges

1.1.1 Jun 19th, 2015
- added support for CarrierAccounts
- changed authentication to use ShippoToken (from http basic auth)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#Shippo Node.js API wrapper
[![npm version](https://badge.fury.io/js/shippo.svg)](https://badge.fury.io/js/shippo)
[![Build Status](https://travis-ci.org/goshippo/shippo-node-client.svg?branch=add-travis-ci)](https://travis-ci.org/goshippo/shippo-node-client)

Shippo is a shipping API that connects you with multiple shipping carriers (such as USPS, UPS, DHL, Canada Post, Australia Post, UberRUSH and many [others](https://goshippo.com/shipping-carriers/)) through one interface.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "shippo/shippo-node",
"version": "1.1.1",
"name": "shippo",
"version": "1.1.2",
"description": "A node client for connecting with over 20 shipping carriers and consolidators via a single integration using Shippo API. Support for shipping rates, buying and printing labels, tracking as well as some carrier specific functionality such as signature required, adult signature confirmation, certified mail, delivery confirmation and many others.",
"homepage": "https://github.com/goshippo/shippo-node-client",
"keywords": [
"api",
"ups",
"usps",
"fedex",
Expand All @@ -14,10 +15,13 @@
"tracking",
"address"
],
"author": "Tobias Schottdorf",
"author": "Shippo <[email protected]> (https://goshippo.com/)",
"contributors": [
"Tobias Schottdorf",
"Eyoel Asfaw",
"Wissam Jarjoui"
"Wissam Jarjoui",
"Subhi Beidas",
"Matthieu Nowicki"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 07ec9b8

Please sign in to comment.