From da611fd11232d62d1cf65a33d711fb34ea286323 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 30 Oct 2013 23:01:11 -0700 Subject: [PATCH] Don't ignore includes on travis --- tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.rs b/tests.rs index 212c6147..c6c37a53 100644 --- a/tests.rs +++ b/tests.rs @@ -26,7 +26,6 @@ use super::error::hack::{SyntaxError, QueryCanceled, InvalidCatalogName}; use super::types::{ToSql, FromSql, PgInt4, PgVarchar}; -#[cfg(not(travis))] use super::types::range::{Range, Inclusive, Exclusive, RangeBound}; use super::pool::PostgresConnectionPool;