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

Draft: Fix ci #1096

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
typo in choco install...doh
Signed-off-by: Stephen Steiner <[email protected]>
Stephen Steiner committed Feb 2, 2021

Unverified

No user is associated with the committer email.
commit a0e51964615c850a6b7b4f99335246d5222e0aa4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ matrix:
python: 3.7
before_install:
- choco install python3 --version=3.7.4
- choco install openssl=1.1.1.900
- choco install openssl --version=1.1.1.900
- pip install ntc_templates==1.4.1
- pip install textfsm==0.4.1
env: