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

Upgrade stable to 1.5.115 #6

Merged
merged 2 commits into from Mar 30, 2020
Travis CI / Travis CI - Branch succeeded Mar 30, 2020 in 9m 8s

Build Passed

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

Details

This is a normal build for the stable-1.5.115 branch. You should be able to reproduce it by checking out the branch locally.

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 Shell
Operating System Linux (Xenial)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "env": [
    "global={:LC_ALL=>\"C.UTF-8\"}={:LANG=>\"C.UTF-8\"}"
  ],
  "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\""
  ],
  "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\""
  ],
  "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\""
  ],
  "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"
  ]
}
You can’t perform that action at this time.