diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 12:50:33 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 12:50:33 -0500 |
| commit | 24e5ec01302590a6e6d996bd464f1fe249c4a5e2 (patch) | |
| tree | cacaa094d8b91d2beeee230dbf1c4af01538fb6d /.travis.yml | |
| parent | Speed up unit tests (diff) | |
| download | pygensvm-24e5ec01302590a6e6d996bd464f1fe249c4a5e2.tar.gz pygensvm-24e5ec01302590a6e6d996bd464f1fe249c4a5e2.zip | |
Make travis stop early
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 24ed42a..c4f66fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: - python setup.py build_ext --inplace script: - - nosetests -v + - nosetests -v -x |
