From 7a0ffa14265e33018380db26759ebb7e4e783a00 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Fri, 13 Oct 2017 10:05:25 +0200 Subject: [PATCH] No unnecessary rebuilds on CI Why would we need to build, clean, build again? I guess either the author of this commit or of the author of 1e04c940 was drunk or something. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc6c943..7c8dc77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,6 @@ before_script: export PATH=$HOME/.local/bin:$PATH script: - | - travis-cargo build && - travis-cargo clean && travis-cargo test && travis-cargo bench notifications: