Updating SHA to latest #47
Open
Travis CI / Travis CI - Pull Request
required action
Nov 25, 2024 in 2m 14s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #47 Updating SHA to latest.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Ruby | Xcode | ENV | OS | State |
---|---|---|---|---|---|
31.1 | system | xcode8.2 | HOMEBREW_DEVELOPER=1 | macOS | errored |
31.2 | 2.0.0 | HOMEBREW_DEVELOPER=1 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"env": [
"global={:HOMEBREW_DEVELOPER=>\"1\"}"
],
"before_install": [
"if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then export PATH=\"~/.linuxbrew/bin:~/.linuxbrew/sbin:$PATH\"; export HOME=/home/linuxbrew; export LINUXBREW=$HOME/.linuxbrew; sudo apt-get -qq update; sudo mkdir $HOME; sudo chown \"$USER:\" $HOME; mkdir $LINUXBREW; curl -L https://github.com/Linuxbrew/brew/tarball/master | tar xz -m --strip 1 -C $LINUXBREW; fi",
"brew update || brew update",
"if [ -f \".git/shallow\" ]; then travis_retry git fetch --unshallow; fi",
"mkdir -p $(brew --repo)/Library/Taps/denji",
"ln -s $PWD $(brew --repo)/Library/Taps/denji/homebrew-nginx",
"cd $(brew --repo)/Library/Taps/denji/homebrew-nginx",
"export TRAVIS_BUILD_DIR=\"$(brew --repo)/Library/Taps/denji/homebrew-nginx\"",
"ulimit -n 1024",
"chmod 0644 Formula/*.rb",
"umask 022"
],
"script": [
"brew test-bot --no-bottle"
],
"notifications": {
"email": [
{
"on_success": "never",
"on_failure": "always"
}
]
},
"jobs": {
"include": [
{
"os": "osx",
"osx_image": "xcode8.2",
"rvm": "system"
},
{
"os": "linux",
"rvm": "2.0.0"
}
]
}
}
Loading