Skip to content

Commit

Permalink
Print version of CMake and Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Aug 10, 2015
1 parent b1712d0 commit d685a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ install:
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
- tar xf "v${POLLY_VERSION}.tar.gz"
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
- cmake --version
- python3 --version

script:
- build.py --verbose --pack TGZ --config Release
Expand Down

0 comments on commit d685a72

Please sign in to comment.