From d6647606caa0feaa742b2aaf3cbf8b609b420291 Mon Sep 17 00:00:00 2001 From: Olek Date: Fri, 30 Dec 2016 13:23:34 +0100 Subject: [PATCH] fixed travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cee23f5..bdbced4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: rust -script: > +script: | cargo test cargo bench