未验证 提交 978b7574 编写于 作者: C Chris Bracken 提交者: GitHub

Run Travis analysis/licences scripts under bash (#4665)

/bin/sh, for example, doesn't support pushd/popd.
上级 7c805c0a
#!/bin/bash
echo "Analyzing dart:ui library..."
RESULTS=`dartanalyzer \
--options flutter/analysis_options.yaml \
......
#!/bin/bash
set -e
shopt -s nullglob
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册