Do not call travis-cargo bench at all

This commit is contained in:
Matthias Beyer 2016-08-07 17:12:16 +02:00
parent 22f8a60b43
commit 8c84f2ce5f
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ script:
{
travis-cargo -q build &&
travis-cargo -q test &&
travis-cargo -q bench &&
cd -
} || exit 1
}