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 20cacab commit eb97978Copy full SHA for eb97978
.travis.yml
@@ -29,4 +29,4 @@ branches:
29
before_install:
30
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
31
script:
32
- - ./build.sh --quiet verify
+ - ./build.sh
appveyor.yml
@@ -7,7 +7,7 @@ branches:
7
- dev
8
- /^(.*\/)?ci-.*$/
9
build_script:
10
- - build.cmd verify
+ - ps: .\build.ps1
11
clone_depth: 1
12
test: off
13
deploy: off
0 commit comments