fix(core): update

This commit is contained in:
2018-11-24 15:10:55 +01:00
parent 23886c1ed3
commit 713df1867a
4 changed files with 8 additions and 16 deletions

View File

@@ -37,18 +37,6 @@ snyk:
# ====================
# test stage
# ====================
testLEGACY:
stage: test
script:
- npmci npm prepare
- npmci node install legacy
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- notpriv
allow_failure: true
testLTS:
stage: test