Skip to content

Commit 7e19cb3

Browse files
authored
Merge pull request #330 from spl/hyper-reqwest
Replace hyper with reqwest
2 parents 9f0ca36 + 70c6ce1 commit 7e19cb3

File tree

18 files changed

+1104
-478
lines changed

18 files changed

+1104
-478
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ matrix:
2828
- os: osx
2929
osx_image: xcode8.3
3030
rust: stable
31-
# Static build for Linux; Rust nightly required
31+
# Static build for Linux/x86_64
3232
- os: linux
3333
sudo: required
3434
dist: xenial
35-
rust: nightly
3635
env: IMAGE=x86_64-alpine-linux-musl
3736
allow_failures:
3837
- rust: nightly

0 commit comments

Comments
 (0)