Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #451 testing certs for windows #596

Merged
merged 1 commit into from
Jan 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ before_install:
redis-server --daemonize yes
redis-cli info
else
# TODO: need script for Windows to generate SSL certs...
# Install Redis
choco install redis-64 -v
# Install Open SSL to run Scripts
choco install openssl.light
# Make certs folder if it doesn't exist.
mkdir -p certs
./tools/generate-ssl-certs.sh
Grommers00 marked this conversation as resolved.
Show resolved Hide resolved
redis-server --service-install
redis-server --service-start
redis-cli info
fi
script:
- npm run test-ci
matrix:
allow_failures:
Grommers00 marked this conversation as resolved.
Show resolved Hide resolved
# Windows can fail if choco can't download redis
# https://github.com/Seneca-CDOT/telescope/issues/387
- os: windows