diff options
author | Sam Clegg <sbc@chromium.org> | 2020-05-12 01:43:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 22:43:08 -0700 |
commit | 08aa226fa21d15aeac865c0a38b77fb852728a88 (patch) | |
tree | ef70bb1e3886fd0f94faa21a7c1fb1603201c218 /scripts/travis-build.sh | |
parent | 28af34277a9ebc1a91f51dfb51b267bbea073dab (diff) | |
download | wabt-08aa226fa21d15aeac865c0a38b77fb852728a88.tar.gz wabt-08aa226fa21d15aeac865c0a38b77fb852728a88.tar.bz2 wabt-08aa226fa21d15aeac865c0a38b77fb852728a88.zip |
Move flake8 CI from travis to github actions (#1419)
Diffstat (limited to 'scripts/travis-build.sh')
-rwxr-xr-x | scripts/travis-build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 90bbdc01..8e49667d 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -21,10 +21,6 @@ set -o errexit SCRIPT_DIR="$(cd "$(dirname "$0")"; pwd -P)" source "${SCRIPT_DIR}/travis-common.sh" -if [[ ${TRAVIS_OS_NAME} = "linux" ]]; then - flake8 -fi - if [[ ${COMPILER} = "clang" && -z ${SANITIZER:-} ]]; then # Test building without GTest submodule make clang-debug-no-tests |