From e1ebc0e19944ab7f632b9c5b13bc309ab17dec30 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 6 Jun 2015 10:29:10 -0400 Subject: [PATCH] Remove redundant steps in travis config These are the default steps anyways, so no point in explicitly listing them. http://docs.travis-ci.com/user/languages/rust/ --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b177ce6..e7a202b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,2 @@ language: rust sudo: false - -script: - - cargo build - - cargo test