Skip to content

Commit f12ec8a

Browse files
committed
let’s go again
1 parent 6fb7aac commit f12ec8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ 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
365+
if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
366366
brew uninstall boost --ignore-dependencies
367-
travis_wait 50 brew install boost@{BOOST_VERSION} --cc=gcc-5
368-
touch /usr/local/Cellar/boost@{BOOST_VERSION}/cached
367+
travis_wait 50 brew install boost@${BOOST_VERSION} --cc=gcc-5
368+
touch /usr/local/Cellar/boost@${BOOST_VERSION}/cached
369369
else
370370
echo 'Using cached Boost ${BOOST_VERSION} libraries.'
371371
fi
@@ -437,7 +437,7 @@ script:
437437
############################################################################
438438
# Build Boost.Compute tests, benchmarks and examples
439439
############################################################################
440-
- lscpu
440+
- wmic cpu list config
441441
- clinfo
442442
- mkdir build && cd build
443443
# Combine global build options with OS/compiler-dependent options

0 commit comments

Comments
 (0)