Compare commits

...

2 Commits

Author SHA1 Message Date
77477587b8 1.2.6 2017-03-29 01:04:43 +02:00
c7e32d6990 update ci 2017-03-29 01:04:25 +02:00
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-dbase:npmts image: hosttoday/ht-docker-dbase:npmci
services: services:
- docker:dind - docker:dind
@ -10,8 +10,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- npm install - npmci test stable
- npm test
tags: tags:
- docker - docker
- lossless - lossless

View File

@ -3,5 +3,10 @@
"mode":"default", "mode":"default",
"cli":true, "cli":true,
"dockerSock":true "dockerSock":true
},
"npmci": {
"globalNpmTools": [
"npmts"
]
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "npmdocker", "name": "npmdocker",
"version": "1.2.5", "version": "1.2.6",
"description": "develop npm modules cross platform with docker", "description": "develop npm modules cross platform with docker",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",