Fix Travis script

This commit is contained in:
Mathieu David 2017-09-03 16:44:49 +02:00
parent 0c93770f4a
commit 26544fa531

View file

@ -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" &&