summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-07 17:12:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-07 17:12:16 +0200
commit8c84f2ce5fce5f27450d019e35528c5d5393617f (patch)
tree25a13e3dd7cad003f82abd2ebf44b98ee9dbd23a /.travis.yml
parent22f8a60b43de7101aecd5650da80b0c7236a7d73 (diff)
Do not call travis-cargo bench at all
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2aad6e4d..e73af1c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,6 @@ script:
{
travis-cargo -q build &&
travis-cargo -q test &&
- travis-cargo -q bench &&
cd -
} || exit 1
}