Skip to content

Commit c189037

Browse files
committed
updated travis to get libssl
1 parent ddca562 commit c189037

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ matrix:
2929

3030
before_install:
3131
- set -e
32+
- sudo apt-get -y install libssl-dev
3233
- rustup self update
3334

3435
install:

ci/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ main() {
3030
;;
3131
esac
3232

33-
sudo apt-get -y install libssl-dev
34-
3533
# This fetches latest stable release
3634
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \
3735
| cut -d/ -f3 \

0 commit comments

Comments
 (0)