Skip to content

Commit 6d55dcb

Browse files
committed
All output of apt-get to > /dev/null
1 parent 2bf8d67 commit 6d55dcb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ language: android
66

77
android:
88
components:
9-
# - tools
10-
# - platform-tools
119
- build-tools-23.0.1
1210
- android-23
13-
# - extra-google-m2repository
14-
# - extra-android-m2repository
1511

1612
licenses:
1713
- 'android-sdk-license-.+'
1814
- 'google-gdk-license-.+'
1915

2016

2117
before_install:
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
18+
- sudo apt -qq update > /dev/null
19+
- 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 > /dev/null
2420
- wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
2521
- unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
2622
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b

0 commit comments

Comments
 (0)