Skip to content

Commit eb97978

Browse files
author
Nate McMaster
committed
Update AppVeyor and Travis settings
1 parent 20cacab commit eb97978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ branches:
2929
before_install:
3030
- 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
3131
script:
32-
- ./build.sh --quiet verify
32+
- ./build.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
- dev
88
- /^(.*\/)?ci-.*$/
99
build_script:
10-
- build.cmd verify
10+
- ps: .\build.ps1
1111
clone_depth: 1
1212
test: off
1313
deploy: off

0 commit comments

Comments
 (0)