Compare commits

...

2 Commits

Author SHA1 Message Date
4758f31132 0.0.6 2016-06-21 19:11:48 +02:00
5a0ab5080d fix stages 2016-06-21 19:11:45 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,8 @@ testLEGACY:
stage: test1 stage: test1
script: script:
- npmci test legacy - npmci test legacy
only:
- tags
tags: tags:
- docker - docker
@ -17,6 +19,8 @@ testLTS:
stage: test2 stage: test2
script: script:
- npmci test lts - npmci test lts
only:
- tags
tags: tags:
- docker - docker
@ -24,6 +28,8 @@ testSTABLE:
stage: test3 stage: test3
script: script:
- npmci test stable - npmci test stable
only:
- tags
tags: tags:
- docker - docker

View File

@ -1,6 +1,6 @@
{ {
"name": "cflare", "name": "cflare",
"version": "0.0.5", "version": "0.0.6",
"description": "cloudflare management for CoreOS", "description": "cloudflare management for CoreOS",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",