Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #131 from Financial-Times/ampersand2
Browse files Browse the repository at this point in the history
npm deploy
  • Loading branch information
wheresrhys committed Apr 9, 2015
2 parents 745596b + 1aed183 commit 24e342c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
sudo: false
language: node_js
script:
- npm install -g origami-build-tools
- make test
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
before_deploy:
- npm-prepublish --verbose
deploy:
provider: npm
email: [email protected]
api_key:
secure: beHmrPVGWHAiEQtrNAPSKe9e/9UWDXOpCFBL2gHINqLOoTL4F0/LMMKAbMqJb/FI3uoQpyFnAdGQehjpPDWxhLtmWCagnlCShhUnGS0HimA0p0pwclAIM70ODTifCQUTeepT8PCLCC7vh5pWTHwpP/a1ZKMbEbHtrXfBJAtJa+8=
on:
all_branches: true
tags: true
repo: Financial-Times/ft-api-client
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ft-api-client",
"version": "4.0.1",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/ft-api-client.git"
Expand Down

0 comments on commit 24e342c

Please sign in to comment.