Fix Travis script
This commit is contained in:
parent
0c93770f4a
commit
26544fa531
|
@ -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 New Issue