Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e1ef5 commit 7d0f2dfCopy full SHA for 7d0f2df
.travis.yml
@@ -37,12 +37,12 @@ env:
37
- CMAKE_VERSION="3.9.1"
38
matrix:
39
include:
40
- - env: RELEASE=debug ARCH=x64 CLANG_VERSION=7.0
41
- - env: RELEASE=optimised ARCH=x64 CLANG_VERSION=7.0
+ - env: RELEASE=debug ARCH=x64 CLANG_VERSION=7
+ - env: RELEASE=optimised ARCH=x64 CLANG_VERSION=7
42
allow_failures:
43
# Clang 6.0~svn320382 has a bug that causes optimised builds to fail.
44
# See https://bugs.llvm.org/show_bug.cgi?id=34897
45
46
47
before_install:
48
- export CC="$CC-$CLANG_VERSION"
0 commit comments