Remove old section from travis.yml

This commit is contained in:
Pierre Krieger 2014-12-17 10:03:10 +01:00
parent 4102f8406a
commit d5e9cc2fd6
1 changed files with 0 additions and 6 deletions

View File

@ -7,12 +7,6 @@ env:
install:
- sudo apt-get install libasound2-dev
after_script:
- cargo doc
- cp -R target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&