Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Travis configuration to test all node types. #97

Merged
merged 15 commits into from Oct 28, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Avoid hitting Travis CI log limits when installing NDK.

The Android NDK installer has an excessive amount of log output; filter
it to keep it short.
  • Loading branch information
aneeshusa committed Oct 27, 2015
commit bd1e6958bd80134571f9fe2fe1346fbf873038cc
@@ -66,7 +66,8 @@ android-ndk-download:

android-ndk-install:
cmd.wait:
- name: /home/servo/android-ndk-r10c-linux-x86_64.bin
# Need to filter log output to avoid hitting log limits on Travis CI
- name: /home/servo/android-ndk-r10c-linux-x86_64.bin | grep -v Extracting
- user: servo
- watch:
- file: android-ndk-download
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.