Skip to content

Commit

Permalink
chore(travis): don't checkout submodules since they not needed for li…
Browse files Browse the repository at this point in the history
…nting and those who need linting already do it or need to do it in-place
  • Loading branch information
actionless committed Feb 22, 2019
1 parent 09531b0 commit 2c0cb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
- PYVER=current_arch SKIP_SHELLCHECK=0 SKIP_MYPY=0 SKIP_VULTURE=0
services:
- docker
git:
submodules: false
install:
- mv ./dockerfiles/* ./
- docker build . -f Dockerfile_${PYVER} -t oomox
Expand Down

0 comments on commit 2c0cb8d

Please sign in to comment.