For #18, added COUNT word before actual value for xrevrange. #60
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #60 For #18, added COUNT word before actual value for xrevrange..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Compiler | OS | State |
|---|---|---|---|
| clang | Linux | passed | |
| gcc | Linux | failed | |
| clang | macOS | failed | |
| gcc | macOS | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C++ |
| Operating System | Linux (Xenial), macOS |
| Compiler Versions | clang, gcc |
Build Configuration
{
"os": [
"linux",
"osx"
],
"dist": "xenial",
"cache": {
"ccache": true
},
"group": "stable",
"addons": {
"apt": {
"sources": [
{
"name": "ubuntu-toolchain-r-test"
}
],
"packages": [
"gcc-4.8",
"g++-4.8",
"clang"
]
}
},
"script": [
"mkdir build && cd build && cmake .. -DBUILD_TESTS=true -DBUILD_EXAMPLES=true && make && GTEST_COLOR=1 ctest -VV"
],
".result": "configured",
"install": [
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install ccache; fi",
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then export PATH=\"/usr/local/opt/ccache/libexec:$PATH\"; fi",
"if [[ \"$TRAVIS_OS_NAME\" != \"osx\" && \"$CXX\" = \"g++\" ]]; then export CXX=\"g++-4.8\" CC=\"gcc-4.8\"; fi",
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install redis; fi",
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then (redis-server&); fi"
],
"compiler": [
"clang",
"gcc"
],
"language": "cpp",
"services": [
"redis"
],
"before_install": [
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew update; fi",
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install llvm; fi"
]
}