Skip to content

Commit

Permalink
Travis: Filter out another string, still noisy
Browse files Browse the repository at this point in the history
That should leave only the `extracting:` lines of the verbose unzip,
should be enough to keep Travis awake.
  • Loading branch information
akien-mga committed May 13, 2016
1 parent dfb9ba8 commit 1bdda9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install scons; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$GODOT_TARGET" = "android" ]; then
brew update; brew install -v android-sdk;
brew install -v android-ndk | grep -v inflating;
brew install -v android-ndk | grep -v "inflating:" | grep -v "creating:";
export ANDROID_HOME=/usr/local/opt/android-sdk; export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk;
fi

Expand Down

0 comments on commit 1bdda9a

Please sign in to comment.