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
@@ -618,6 +618,7 @@ fn test_enum_skipped() {
);
}
#[cfg(not(target_arch = "wasm32"))]
#[test]
fn test_integer128() {
assert_ser_tokens_error(&1i128, &[], "i128 is not supported");