We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d685a72 commit 991c7b2Copy full SHA for 991c7b2
.travis.yml
@@ -8,7 +8,7 @@ addons:
8
9
install:
10
# install cmake toolchains and script
11
- - POLLY_VERSION="0.7.1"
+ - POLLY_VERSION="0.7.2"
12
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
13
- tar xf "v${POLLY_VERSION}.tar.gz"
14
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
0 commit comments