Remove old section from travis.yml
This commit is contained in:
parent
4102f8406a
commit
d5e9cc2fd6
|
@ -7,12 +7,6 @@ env:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install libasound2-dev
|
- 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: |
|
after_success: |
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||||
|
|
Loading…
Reference in New Issue