Skip to content

Upgrade stable to 1.1.23

Travis CI / Travis CI - Pull Request succeeded Dec 20, 2019 in 9m 2s

Build Passed

The build passed. This is a change from the previous build, which errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4 Upgrade stable to 1.1.23.
Any changes that have been made to the stable branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Bash
Operating System Linux (Xenial)
Build Configuration
{
  "os": "linux",
  "dist": "xenial",
  "sudo": "enabled",
  "group": "stable",
  "script": [
    "export PATH=/snap/bin:$PATH",
    "sudo snapcraft cleanbuild --debug",
    "sudo cp *.snap \"$(echo \"$TRAVIS_REPO_SLUG\" | sed -e 's|.*/\\(.*\\)|\\1|')-pr$TRAVIS_PULL_REQUEST.snap\""
  ],
  ".result": "configured",
  "install": [
    "sudo apt update",
    "sudo apt install -y snapd",
    "sudo snap install lxd --channel 3.0/stable",
    "sudo snap install snapcraft --candidate --classic",
    "sudo /snap/bin/lxd waitready",
    "yes | sudo lxd.migrate",
    "sudo /snap/bin/lxd init --auto",
    "mkdir -p \"$TRAVIS_BUILD_DIR/snaps-cache\""
  ],
  "language": "bash",
  "global_env": [
    "LC_ALL=C.UTF-8",
    "LANG=C.UTF-8"
  ],
  "after_failure": [
    "sudo journalctl -u snapd",
    "sudo snap install http",
    "/snap/bin/http https://api.snapcraft.io/v2/snaps/info/core architecture==amd64 Snap-Device-Series:16"
  ],
  "after_success": [
    "sudo snap install transfer",
    "timeout 180 sudo /snap/bin/transfer \"$(echo \"$TRAVIS_REPO_SLUG\" | sed -e 's|.*/\\(.*\\)|\\1|')-pr$TRAVIS_PULL_REQUEST.snap\""
  ]
}
You can’t perform that action at this time.