From d10113668aca839121ca391454945279a46e6f94 Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 12 Jun 2019 22:13:08 +0200 Subject: [PATCH] don't care about 32bit linux --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb685d3..f1920d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,6 @@ matrix: # Nightly channel. # All *nix releases are done on the nightly channel to take advantage # of the regex library's multiple pattern SIMD search. - - os: linux - rust: nightly - env: TARGET=i686-unknown-linux-musl - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-musl