Skip to content

Commit

Permalink
Disables buildozer build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Sep 29, 2019
1 parent 437fe4f commit 223c67b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ env:
- DISPLAY=:99.0
matrix:
- TAG=zbarcam-linux DOCKERFILE=dockerfiles/Dockerfile-linux COMMAND='make test'
- TAG=zbarcam-linux DOCKERFILE=dockerfiles/Dockerfile-linux COMMAND='make uitest'
- TAG=zbarcam-android DOCKERFILE=dockerfiles/Dockerfile-android COMMAND='buildozer android debug'
# broken in:
# https://github.com/kivy/python-for-android/pull/1986
# - TAG=zbarcam-android DOCKERFILE=dockerfiles/Dockerfile-android COMMAND='buildozer android debug'

before_install:
- sudo apt update -qq > /dev/null
Expand Down

0 comments on commit 223c67b

Please sign in to comment.