Skip to content

Commit da32cfe

Browse files
committed
and again
1 parent f12ec8a commit da32cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ script:
437437
############################################################################
438438
# Build Boost.Compute tests, benchmarks and examples
439439
############################################################################
440-
- wmic cpu list config
440+
- if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list config > something.txt && cat something.txt; fi
441441
- clinfo
442442
- mkdir build && cd build
443443
# Combine global build options with OS/compiler-dependent options

0 commit comments

Comments
 (0)