update script

This commit is contained in:
Philipp Kunz 2016-11-15 12:55:45 +01:00
parent 4db221ea2d
commit 1e4dd1554c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-node:stable
image: node:latest
stages:
- test
@ -8,7 +8,6 @@ stages:
before_script:
- npm uninstall -g npmci
- npm install -g npmci
testLTS:

View File

@ -28,6 +28,7 @@
},
"dependencies": {
"@types/lodash": "^4.14.39",
"@types/node": "^6.0.47",
"@types/q": "0.x.x",
"@types/request": "0.x.x",
"@types/shelljs": "^0.3.32",