From 6499c5b1c994635496ee9148a523e587a576a7a8 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Fri, 20 Sep 2019 13:49:01 -0400 Subject: [PATCH] Using core-only on 1.13 doesn't seem to work the same as stable --- ci/travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/travis.sh b/ci/travis.sh index 97f52f9..008c1ec 100755 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -114,7 +114,6 @@ build_only() { channel build -v --features rustc-serialize channel build -v --features serde channel build -v --no-default-features --features std - channel build -v --no-default-features --features 'std serde_std' } build_core_test() {