remove npm test step
Some checks failed
the build failed

This commit is contained in:
Robert Kaussow 2018-12-23 00:16:47 +01:00
parent 8cce2c6232
commit 5d9c6961dc

View File

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