Expose public Node constructor. #374
+4
−4
Merged
Travis CI / Travis CI - Branch
succeeded
May 2, 2019
in
13m 5s
Build Passed
The build passed.
Details
This is a normal build for the jdm-patch-3 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Rust | State |
|---|---|---|
| nightly | passed | |
| beta | passed | |
| stable | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Trusty) |
| Rust Versions | nightly, beta, stable |
Build Configuration
{
"os": "linux",
"dist": "trusty",
"rust": [
"nightly",
"beta",
"stable"
],
"group": "stable",
"script": "scripts/travis-build.sh",
".result": "configured",
"branches": {
"except": [
"servo"
]
},
"language": "rust"
}