Skip to content

Commit

Permalink
Update AppVeyor and Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Mar 2, 2017
1 parent 8a2b5bf commit 8b4dd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branches:
before_install:
- 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
script:
- ./build.sh --quiet verify
- ./build.sh
notifications:
webhooks:
secure: "NG/u6ESPlM/TF2sg4uWYn/ufR5HEr+qZO3NsT8zzdKhkR1+AKazydK8jaf2Q39xtsmiNeZaSrzQ+movtYc9EzXZw+iHU94738rad0gTR5ht4CjpA3PvPxewe9aliOivfFXTKNNCrMANiarhrKDekS0jg2eplGr9QMHw1oGHM3pA="
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
build_script:
- build.cmd verify
- ps: .\build.ps1
clone_depth: 1
test: off
deploy: off
Expand Down

0 comments on commit 8b4dd62

Please sign in to comment.