From ab74b65c7139530fa49245f97aa848e9b6936bf0 Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 19 Jun 2019 15:30:33 +0200 Subject: [PATCH] fix linux release --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 55c312c..e18f281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ matrix: # 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=x86_64-unknown-linux-musl - os: osx rust: nightly