Don't run tests on travis (there are none to run)

This commit is contained in:
Alex Crichton 2015-03-12 14:16:52 -07:00
parent f47a198a5c
commit 6b7d323bd8
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ before_install:
- git submodule update --init --recursive
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
after_success: |
[ $TRAVIS_BRANCH = master ] &&