Skip to content

Commit f93c661

Browse files
committed
one more
1 parent da32cfe commit f93c661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ install:
362362
fi
363363
export CMAKE_OPTIONS=${CMAKE_OPTIONS}" -DBOOST_ROOT=${DEPS_DIR}/boost"
364364
elif [[ ${TRAVIS_OS_NAME} == "osx" && ${BOOST_VERSION} != "default" ]]; then
365-
if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
366365
brew uninstall boost --ignore-dependencies
366+
if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
367367
travis_wait 50 brew install boost@${BOOST_VERSION} --cc=gcc-5
368368
touch /usr/local/Cellar/boost@${BOOST_VERSION}/cached
369369
else
@@ -437,7 +437,7 @@ script:
437437
############################################################################
438438
# Build Boost.Compute tests, benchmarks and examples
439439
############################################################################
440-
- if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list config > something.txt && cat something.txt; fi
440+
- if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list full; fi
441441
- clinfo
442442
- mkdir build && cd build
443443
# Combine global build options with OS/compiler-dependent options

0 commit comments

Comments
 (0)