Browse Source

Test HeapSizeOf on Travis.

Michael Howell 11 years ago
parent
commit
55c573441c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -2,6 +2,7 @@ test:
 	cargo test --features query_encoding
 	cargo test --features serde_serialization
 	cargo test
+	[ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heap_size
 
 doc:
 	cargo doc --features "query_encoding serde_serialization"