Merge branch 'salvozappa-fix-travis-build'

This commit is contained in:
Jonas Hermsmeier 2018-09-10 16:45:53 +02:00
commit a338c6e60a
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -48,9 +48,9 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then
./scripts/build/docker/run-command.sh \
-r "$ARGV_ARCHITECTURE" \
-s "$(pwd)" \
-c 'xvfb-run --server-args=$XVFB_ARGS make lint test sanity-checks'
-c 'xvfb-run --server-args=$XVFB_ARGS make webpack lint test sanity-checks'
else
./scripts/build/check-dependency.sh make
export TARGET_ARCH="$ARGV_ARCHITECTURE"
make lint test sanity-checks
make webpack lint test sanity-checks
fi