diff options
author | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-03 17:34:25 +0200 |
---|---|---|
committer | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-27 12:23:25 +0200 |
commit | 506890b24d19c6d1d83fe4b0e0652632db03f999 (patch) | |
tree | fb2c782696b2ac2ce240d87c3613629025bc4549 /.travis.yml | |
parent | 272306ea57116c0c9afc0f73161929be978fe9a8 (diff) |
move remaining travis build steps into individual files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index de805bda24..8de437f6fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,9 @@ jobs: language: python python: '3.6' install: - - travis_retry pip install flake8 + - source .travis/lint_04_install.sh before_script: - - git fetch --unshallow + - source .travis/lint_05_before_script.sh script: - source .travis/lint_06_script.sh # ARM |