#337: disable flow during build due to missing libelf.so.1 in docker image

This commit is contained in:
SleepWalker 2017-06-13 07:56:37 +03:00
parent 8f8f2ee7be
commit 8adc96a3a8

View File

@ -49,7 +49,7 @@ test:frontend:
- cd frontend
- npm i --silent > /dev/null
- npm run lint --silent
- npm run flow --silent
# - npm run flow --silent # disabled due to missing libelf.so.1 in docker container
- npm run test --silent
build:production: