From 42fab6dcbad5c5034d2c69930a8fd94cf02574ea Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Sat, 25 Jul 2015 19:33:10 +0800 Subject: [PATCH] update travis --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a40ad84..41770f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,14 +18,6 @@ before_script: - | pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH - -# the main build -script: - - | - travis-cargo build && - travis-cargo test && - travis-cargo --only nightly bench && - travis-cargo --only stable doc after_success: # upload the documentation from the build with beta (automatically only actually # runs on the master branch) -- GitLab