Skip to content

Commit 2221e2d

Browse files
committed
Merge branch 'master' into osx
2 parents e49b6c2 + 991c7b2 commit 2221e2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ language:
33

44
install:
55
# install cmake toolchains and script
6-
- POLLY_VERSION="0.7.1"
6+
- POLLY_VERSION="0.7.2"
77
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
88
- tar xf "v${POLLY_VERSION}.tar.gz"
99
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
10+
- cmake --version
11+
- python3 --version
1012

1113
script:
1214
- build.py --verbose --pack TGZ --config Release

0 commit comments

Comments
 (0)