From 32dbff425803c731330f2fa97dee9a672c4d39c4 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Fri, 9 Jun 2017 12:54:17 +0200 Subject: Added rustc 1.17.0 in travis build matrix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 035023e..05f8c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "BSD-3-Clause" [badges] appveyor = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } travis-ci = { repository = "phsym/prettytable-rs", branch = "master" } -#codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } +codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } [features] default = ["win_crlf", "csv"] -- cgit v1.2.3