Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port documentation #481

Merged
merged 5 commits into from Jul 15, 2019
Travis CI / Travis CI - Pull Request succeeded Jul 15, 2019 in 9m 13s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #481 Port documentation.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Rust ENV State
1666.1 1.17.0 passed
1666.2 stable passed
1666.3 beta passed
1666.4 nightly passed
1666.5 nightly \["TARGET=WASM32"\] passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Trusty)
Build Configuration
{
  "os": "linux",
  "dist": "trusty",
  "jobs": {
    "include": [
      {
        "rust": "1.17.0",
        "script": "cargo test --all-features -p url -p idna -p percent-encoding -p url_serde",
        "install": [
          "cargo update",
          "cargo update -p getopts --precise 0.2.15",
          "cargo update -p unicode-normalization --precise 0.1.5"
        ]
      },
      {
        "rust": "stable",
        "script": "cargo test --all-features --all"
      },
      {
        "rust": "beta",
        "script": "cargo test --all-features --all"
      },
      {
        "rust": "nightly",
        "script": "cargo test --all-features --all"
      },
      {
        "env": "TARGET=WASM32",
        "rust": "nightly",
        "script": "cargo build --all --target=wasm32-unknown-unknown",
        "install": "rustup target add wasm32-unknown-unknown"
      }
    ]
  },
  "group": "stable",
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.