From 95091272a60995a077282ae0a54b15198d5e8835 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 12 Apr 2018 19:11:34 -0700 Subject: [PATCH] check examples on all versions of rust --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18b19d91..33dc26ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,6 @@ before_script: script: - | - if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then cd basics && cargo check && cd .. cd diesel && cargo check && cd .. cd hello-world && cargo check && cd .. @@ -59,4 +58,3 @@ script: cd web-cors/backend && cargo check && cd .. cd websocket && cargo check && cd .. cd websocket-chat && cargo check && cd .. - fi