Skip to content

Commit

Permalink
Merge pull request #99 from tommilligan/travis-ci
Browse files Browse the repository at this point in the history
ci: add travis ci config
  • Loading branch information
Marwes authored Feb 8, 2021
2 parents 4cdafcf + fb197de commit 9fca4ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cache: cargo
dist: focal
language: rust
rust:
- beta
- stable
- 1.37.0

before_install: rustup component add rustfmt
script: ./test.sh
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Unreleased

## Internal

- Added Travis CI. MSRV is 1.37.0 (#60, @tommilligan)

0 comments on commit 9fca4ea

Please sign in to comment.