Skip to content

Commit

Permalink
Switch CI to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Feb 5, 2021
1 parent 0ce120a commit 786d30b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 27 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push
name: Run tests
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo install cargo-all-features
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .travis/deploy.sh

This file was deleted.

Binary file removed .travis/deploy_key.pem.enc
Binary file not shown.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.9.0
* Update `geo-types` dependency to allow for 0.6 or 0.7
* Switch CI to Github actions

## 0.8.0
* Bump geo-types dependency to 0.6
Expand Down
3 changes: 3 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status = [
"build_and_test",
]

0 comments on commit 786d30b

Please sign in to comment.