Skip to content

Commit d685a72

Browse files
committed
Print version of CMake and Python
1 parent b1712d0 commit d685a72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ install:
1212
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
1313
- tar xf "v${POLLY_VERSION}.tar.gz"
1414
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
15+
- cmake --version
16+
- python3 --version
1517

1618
script:
1719
- build.py --verbose --pack TGZ --config Release

0 commit comments

Comments
 (0)