Fixed typo in travis config
This commit is contained in:
parent
022cc88e24
commit
947bdbf4e1
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ matrix:
|
|||
DEPLOY: true
|
||||
|
||||
script:
|
||||
- export CXX=${CC/gcc/g++/}
|
||||
- export CXX=${CXX/clang/clang++}
|
||||
- export CXX=${CC/gcc/g++}; export CXX=${CXX/clang/clang++}
|
||||
- mkdir -p build && cd $_
|
||||
- >
|
||||
cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue