From 2d955027e1a5720866eab62e1b18a4dc1f083ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 15 Jul 2020 16:08:21 +0200 Subject: [PATCH] travis: Don't set the linux version. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7136a1a..d35afa94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,10 +26,8 @@ jobs: script: - cargo clippy --all-targets --all-features -- -D warnings - - stage: Test os: linux - dist: bionic - os: windows