Skip to content

Commit

Permalink
1.13.0 can't disable std on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Sep 7, 2019
1 parent 9dc91f7 commit 2b9626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build_only() {
channel build -v
channel build -v --features rustc-serialize
channel build -v --features 'serde bincode'
channel build -v --no-default-features
channel build -v --no-default-features --features std
}

build_core_test() {
Expand Down

0 comments on commit 2b9626e

Please sign in to comment.