Don't ignore includes on travis

This commit is contained in:
Steven Fackler
2013-10-30 23:01:11 -07:00
parent c4e6e49d8a
commit da611fd112

View File

@@ -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;