Compare commits

...

6 Commits

Author SHA1 Message Date
feed201dc1 0.0.7 2016-06-22 13:01:38 +02:00
cb73164c8f updated dependencies 2016-06-22 13:01:28 +02:00
4758f31132 0.0.6 2016-06-21 19:11:48 +02:00
5a0ab5080d fix stages 2016-06-21 19:11:45 +02:00
26bb194814 0.0.5 2016-06-21 19:08:37 +02:00
4a656cf7f1 fix stages 2016-06-21 19:08:31 +02:00
4 changed files with 18 additions and 8 deletions

View File

@ -1,27 +1,35 @@
image: hosttoday/ht-docker-node:npmts
stages:
- test
- test1
- test2
- test3
- release
testLEGACY:
stage: test
stage: test1
script:
- npmci test lts
- npmci test legacy
only:
- tags
tags:
- docker
testLTS:
stage: test
stage: test2
script:
- npmci test lts
only:
- tags
tags:
- docker
testSTABLE:
stage: test
stage: test3
script:
- npmci test stable
only:
- tags
tags:
- docker

View File

@ -1,6 +1,6 @@
{
"name": "cflare",
"version": "0.0.4",
"version": "0.0.7",
"description": "cloudflare management for CoreOS",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -25,7 +25,7 @@
"beautylog": "^5.0.12",
"q": "^1.4.1",
"request": "^2.72.0",
"smartstring": "^2.0.9",
"smartstring": "^2.0.10",
"typings-global": "^1.0.3"
},
"devDependencies": {

File diff suppressed because one or more lines are too long

View File

@ -77,6 +77,7 @@ describe("cflare",function(){
});
});
it("should remove a subdomain record from Cloudflare",function(done){
this.timeout(5000);
testCflareAccount.removeRecord("subdomain.bleu.de","A")
.then(function(responseArg){
console.log(responseArg);