Make travis a little less verbose

This commit is contained in:
konstin 2018-05-23 16:38:44 +02:00
parent 051519d0f9
commit 40ad4b8b5a
2 changed files with 2 additions and 3 deletions

View file

@ -48,7 +48,7 @@ install:
- pip install setuptools-rust pytest pytest-benchmark
script:
- source ./ci/travis/test.sh
- ./ci/travis/test.sh
deploy:
- provider: script
@ -63,4 +63,3 @@ deploy:
branch: master
repo: PyO3/pyo3
python: 3.6

View file

@ -1,6 +1,6 @@
#!/bin/sh
set -ex
set -e
# Find the installed version of a binary, if any
_installed() {