Skip to content

Commit 2bf8d67

Browse files
committed
Move -qq params to right position
1 parent 3129579 commit 2bf8d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android:
1919

2020

2121
before_install:
22-
- sudo apt update -qq
23-
- sudo apt install -qq --no-install-recommends build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool
22+
- sudo apt -qq update
23+
- sudo apt -qq install --no-install-recommends build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool
2424
- wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
2525
- unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
2626
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b

0 commit comments

Comments
 (0)