File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ before_script:
32
32
script :
33
33
- ccache -z
34
34
- CCACHE=$(which ccache) travis_wait cargo build --verbose $FEATURES
35
- - CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --verbose $FEATURES
35
+ - CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --lib -- verbose $FEATURES
36
36
- ccache -s
37
37
38
38
notifications :
Original file line number Diff line number Diff line change 2
2
name = " mozjs_sys"
3
3
description = " System crate for the Mozilla SpiderMonkey JavaScript engine."
4
4
repository = " https://github.com/servo/mozjs/"
5
- version = " 0.61.2 "
5
+ version = " 0.61.3 "
6
6
authors = [" Mozilla" ]
7
7
links = " mozjs"
8
8
build = " build.rs"
@@ -26,5 +26,5 @@ libc = "0.2"
26
26
libz-sys = " 1.0"
27
27
28
28
[build-dependencies ]
29
- bindgen = " 0.39 "
29
+ bindgen = " 0.43 "
30
30
cc = " 1.0"
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ build_script:
53
53
- echo PATH %PATH%
54
54
- echo VSINSTALLDIR %VSINSTALLDIR%
55
55
- echo MOZTOOLS_PATH %MOZTOOLS_PATH%
56
- - cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose && cargo test
56
+ - cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose && cargo test --lib
You can’t perform that action at this time.
0 commit comments