remove npm test step
the build failed Details

This commit is contained in:
Robert Kaussow 2018-12-23 00:16:47 +01:00
parent 8cce2c6232
commit 5d9c6961dc
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ pipeline:
commands:
- npm install -g bower gulp
- npm install
- npm test
- gulp
when:
event: push