Skip to content

Commit 386d56f

Browse files
committed
replace Travis CI with Github Actions
1 parent 1dff4d7 commit 386d56f

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ optional = true
3232
[dependencies.webpki-roots]
3333
version = "^0.22"
3434
optional = true
35-
36-
[badges]
37-
travis-ci = { repository = "jayjamesjay/http_req"}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2019 jayjamesjay
3+
Copyright (c) 2018-2021 jayjamesjay
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# http_req
2-
[![Build Status](https://travis-ci.com/jayjamesjay/http_req.svg?branch=master)](https://travis-ci.com/jayjamesjay/http_req)
2+
[![Rust](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml/badge.svg)](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml)
33
[![Crates.io](https://img.shields.io/badge/crates.io-v0.8.0-orange.svg?longCache=true)](https://crates.io/crates/http_req)
44
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.7.2/http_req/)
55

0 commit comments

Comments
 (0)