mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
Fix Travis script
This commit is contained in:
parent
0c93770f4a
commit
26544fa531
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
||||
after_success:
|
||||
# Deploy the docs if the commit is on master
|
||||
- test "$TRAVIS_PULL_REQUEST" == "false" &&
|
||||
|
|
Loading…
Reference in a new issue