Run CI on all branches

Only running them against auto-libc unfortunately means that PRs don't run CI.
This commit is contained in:
Alex Crichton 2016-03-11 09:35:56 -08:00
parent 8543d5f7c6
commit 81ba7f05a8
2 changed files with 0 additions and 7 deletions

View File

@ -63,6 +63,3 @@ notifications:
email:
on_success: never
webhooks: http://buildbot.rust-lang.org/homu/travis
branches:
only:
- auto-libc

View File

@ -19,7 +19,3 @@ build: false
test_script:
- cargo test
- cargo run --manifest-path libc-test/Cargo.toml
branches:
only:
- auto-libc