Skip to content

Commit

Permalink
fix travis openssl failure
Browse files Browse the repository at this point in the history
  • Loading branch information
subhojit777 committed May 16, 2019
1 parent fe910b6 commit 3a07a19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,11 @@ language: rust
rust:
- stable

install:
- sudo apt update && sudo apt upgrade openssl

before_script:
- openssl version

script:
- make travis

0 comments on commit 3a07a19

Please sign in to comment.