another ci fix

This commit is contained in:
Philipp Kunz 2016-06-16 00:45:43 +02:00
parent 960dcc5429
commit bd2248b432

View File

@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "npmts",
"testindocker":"npmts && docker-machine start default; eval \"$(docker-machine env default)\" && docker build -t test-image . && docker run test-image"
"testindocker": "npmts && docker-machine start default; eval \"$(docker-machine env default)\" && docker build -t test-image . && docker run test-image"
},
"repository": {
"type": "git",
@ -29,5 +29,8 @@
"q": "^1.4.1",
"request": "^2.72.0",
"typings-global": "^1.0.3"
},
"devDependencies": {
"npmts-g": "^5.2.6"
}
}