Add Emscripten build in Travis

This commit is contained in:
David Tolnay
2018-09-02 12:34:13 -07:00
parent d23a40c1bb
commit d0464fbff7
5 changed files with 26 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ fn test_u32_to_enum() {
assert_eq!(E::B, e);
}
#[cfg(not(target_arch = "wasm32"))]
#[test]
fn test_integer128() {
let de_u128 = IntoDeserializer::<value::Error>::into_deserializer(1u128);