Fixed typo in travis config

This commit is contained in:
Snaipe 2015-11-12 16:23:25 +01:00
parent 022cc88e24
commit 947bdbf4e1

View file

@ -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