From b6c3805201d0c59ed744122eabe89157a50d6ad6 Mon Sep 17 00:00:00 2001 From: Florian Dreier Date: Wed, 5 Apr 2017 13:34:41 +0200 Subject: [PATCH] Fixed typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0b9233b8..7127a80d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: - wget https://raw.githubusercontent.com/JakeWharton/pidcat/master/pidcat.py install: - git fetch --unshallow --tags -f -- git tags +- git tag before_script: - echo no | android create avd -f -n test -t "android-"$EMULATOR_API_LEVEL --abi $ANDROID_ABI -s WVGA800 -c 128M - emulator -avd test -no-audio -no-window &