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

Commit 24e342c

Browse files
committed
Merge pull request #131 from Financial-Times/ampersand2
npm deploy
2 parents 745596b + 1aed183 commit 24e342c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
sudo: false
2+
language: node_js
13
script:
24
- npm install -g origami-build-tools
35
- make test
4-
language: node_js
56
node_js:
67
- '0.10'
7-
- '0.11'
8+
- '0.12'
9+
before_deploy:
10+
- npm-prepublish --verbose
11+
deploy:
12+
provider: npm
13+
14+
api_key:
15+
secure: beHmrPVGWHAiEQtrNAPSKe9e/9UWDXOpCFBL2gHINqLOoTL4F0/LMMKAbMqJb/FI3uoQpyFnAdGQehjpPDWxhLtmWCagnlCShhUnGS0HimA0p0pwclAIM70ODTifCQUTeepT8PCLCC7vh5pWTHwpP/a1ZKMbEbHtrXfBJAtJa+8=
16+
on:
17+
all_branches: true
18+
tags: true
19+
repo: Financial-Times/ft-api-client

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ft-api-client",
3-
"version": "4.0.1",
3+
"version": "0.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Financial-Times/ft-api-client.git"

0 commit comments

Comments
 (0)